We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab2a70 commit 693d84dCopy full SHA for 693d84d
src/hotspot/share/compiler/compileBroker.hpp
@@ -399,6 +399,8 @@ class CompileBroker: AllStatic {
399
400
static CompileLog* get_log(CompilerThread* ct);
401
402
+ static int get_c1_thread_count() { return _compilers[0]->num_compiler_threads(); }
403
+ static int get_c2_thread_count() { return _compilers[1]->num_compiler_threads(); }
404
static int get_total_compile_count() { return _total_compile_count; }
405
static int get_total_bailout_count() { return _total_bailout_count; }
406
static int get_total_invalidated_count() { return _total_invalidated_count; }
0 commit comments