Searched refs:_init_thread (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp264 Thread* _init_thread; // Pointer to current thread doing initialization (to handle recusive initialization) member in class:instanceKlass
432 bool is_reentrant_initialization(Thread *thread) { return thread == _init_thread; }
710 static ByteSize init_thread_offset() { return in_ByteSize(sizeof(klassOopDesc) + offset_of(instanceKlass, _init_thread)); }
903 void set_init_thread(Thread *thread) { _init_thread = thread; }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp322 nonstatic_field(instanceKlass, _init_thread, Thread*) \

Completed in 37 milliseconds