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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java48 private static OopField threadGroupNameField; field in class:OopUtilities
168 threadGroupNameField = (OopField) k.findField("name", "Ljava/lang/String;");
175 threadGroupNameField != null &&
191 return stringOopToString(threadGroupNameField.getValue(threadGroupOop));

Completed in 29 milliseconds