Searched defs:maxthreads (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp841 int maxthreads, suspendedthreadcount; local
854 maxthreads = Threads::number_of_threads();
855 threadsList = NEW_C_HEAP_ARRAY(JavaThread *, maxthreads, mtInternal);

Completed in 60 milliseconds