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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaVM.java194 if (threadsCache == null) {
196 threadsCache = factory.newJSList(threads);
203 return threadsCache;
231 private JSList threadsCache; field in class:JSJavaVM

Completed in 1181 milliseconds