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

/openjdk7/jdk/src/share/classes/sun/management/
H A DHotspotCompilation.java113 private int numActiveThreads; // number of active compiler threads field in class:HotspotCompilation
160 numActiveThreads = (int) compilerThreads.longValue();
163 threads = new CompilerThreadInfo[numActiveThreads+1];
168 numActiveThreads++;
179 return numActiveThreads;

Completed in 41 milliseconds