changeset 16372 | 20c2c4dc8b77 |
parent 14588 | 8ec26d2d9339 |
child 18025 | b7bcf7497f93 |
--- a/hotspot/src/share/vm/compiler/compileBroker.hpp Tue Mar 19 07:20:15 2013 -0700 +++ b/hotspot/src/share/vm/compiler/compileBroker.hpp Tue Mar 19 07:23:29 2013 -0700 @@ -418,6 +418,9 @@ static void print_last_compile(); static void print_compiler_threads_on(outputStream* st); + + // compiler name for debugging + static const char* compiler_name(int comp_level); }; #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP