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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java50 private static OopField threadGroupThreadsField; field in class:OopUtilities
170 threadGroupThreadsField = (OopField) k.findField("threads", "[Ljava/lang/Thread;");
177 threadGroupThreadsField != null &&
198 ObjArray threads = (ObjArray) threadGroupThreadsField.getValue(threadGroupOop);

Completed in 28 milliseconds