Searched refs:_thread_in_vm_trans (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp568 case _thread_in_vm_trans:
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp635 case _thread_in_vm_trans:
737 state != _thread_in_vm_trans &&
H A Dfprofiler.cpp1095 case _thread_in_vm_trans:
H A Dthread.cpp2141 // set_thread_state(_thread_in_vm_trans);
2788 case _thread_in_vm_trans: return "_thread_in_vm_trans";
H A DvmStructs.cpp2282 declare_constant(_thread_in_vm_trans) \
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp732 _thread_in_vm_trans = 7, // corresponding transition state enumerator in enum:JavaThreadState

Completed in 68 milliseconds