Searched refs:JVMTI_THREAD_STATE_RUNNABLE (Results 1 – 1 of 1) sorted by relevance
360 if ((threadStatus & JVMTI_THREAD_STATE_RUNNABLE) != 0) { in toThreadState()383 private final static int JVMTI_THREAD_STATE_RUNNABLE = 0x0004; field in VM