Searched refs:jts (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java119 JavaThreadState jts = myJavaThread.getThreadState();
123 if (jts == JavaThreadState.IN_NATIVE) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1216 JavaThreadState jts = thr->thread_state(); local
1217 if (jts == _thread_in_native) {
H A DjvmtiEnv.cpp692 JavaThreadState jts = thr->thread_state(); local
697 if (jts == _thread_in_native) {

Completed in 59 milliseconds