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

/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp436 int num_active_compiler_thread = 0; local
442 num_active_compiler_thread++;
451 } else if (num_active_compiler_thread == 0 && attempts > max_wait_user_thread) {

Completed in 38 milliseconds