Searched refs:DEFINE_CLASS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.hpp74 // DEFINE_CLASS: ultimately define class must be single threaded
81 DEFINE_CLASS = 3 // find_or_define class enumerator in enum:PlaceholderTable::classloadAction
116 // For DEFINE_CLASS, the head of the queue owns the
231 case PlaceholderTable::DEFINE_CLASS:
247 case PlaceholderTable::DEFINE_CLASS:
H A DclassLoader.hpp366 DEFINE_CLASS = 5, enumerator in enum:PerfClassTraceTime::__anon153
H A DsystemDictionary.cpp1443 // Hold SD lock around find_class and placeholder creation for DEFINE_CLASS
1459 probe = placeholders()->find_and_add(p_index, p_hash, name_h, class_loader, PlaceholderTable::DEFINE_CLASS, NULL, THREAD);
1471 probe->remove_seen_thread(THREAD, PlaceholderTable::DEFINE_CLASS);
1493 assert(probe != NULL, "DEFINE_CLASS placeholder lost?");
1502 probe->remove_seen_thread(THREAD, PlaceholderTable::DEFINE_CLASS);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp845 PerfClassTraceTime::DEFINE_CLASS); member in class:PerfClassTraceTime

Completed in 67 milliseconds