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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java55 private static OopField threadGroupField; field in class:OopUtilities
221 threadGroupField = (OopField) k.findField("group", "Ljava/lang/ThreadGroup;");
245 threadGroupField != null &&
253 return threadGroupField.getValue(threadOop);

Completed in 258 milliseconds