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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java58 private static IntField threadStatusField; field in class:OopUtilities
223 threadStatusField = (IntField) k.findField("threadStatus", "I");
242 // it is okay to miss threadStatusField, because this was
275 if (threadStatusField != null) {
276 return (int) threadStatusField.getValue(threadOop);

Completed in 686 milliseconds