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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java54 private static OopField threadNameField; field in class:OopUtilities
217 if (threadNameField == null) {
220 threadNameField = (OopField) k.findField("name", "[C");
244 Assert.that(threadNameField != null &&
258 return charArrayToString((TypeArray) threadNameField.getValue(threadOop));

Completed in 39 milliseconds