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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java47 private static OopField threadGroupParentField; field in class:OopUtilities
164 if (threadGroupParentField == null) {
167 threadGroupParentField = (OopField) k.findField("parent", "Ljava/lang/ThreadGroup;");
174 Assert.that(threadGroupParentField != null &&
186 return threadGroupParentField.getValue(threadGroupOop);

Completed in 146 milliseconds