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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java51 private static IntField threadGroupNGroupsField; field in class:OopUtilities
171 threadGroupNGroupsField = (IntField) k.findField("ngroups", "I");
178 threadGroupNGroupsField != null &&
207 int ngroups = threadGroupNGroupsField.getValue(threadGroupOop);

Completed in 29 milliseconds