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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp424 int num_active_compiler_thread = 0; local
430 num_active_compiler_thread++;
439 } else if (num_active_compiler_thread == 0 && attempts > max_wait_user_thread) {

Completed in 245 milliseconds