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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DOopUtilities.java49 private static IntField threadGroupNThreadsField; field in class:OopUtilities
169 threadGroupNThreadsField = (IntField) k.findField("nthreads", "I");
176 threadGroupNThreadsField != null &&
196 int nthreads = threadGroupNThreadsField.getValue(threadGroupOop);

Completed in 29 milliseconds