src/share/vm/compiler/compileBroker.hpp

changeset 4771
75a28f465a12
parent 4304
90273fc0a981
child 5237
f2110083203d
equal deleted inserted replaced
4770:f15df3af32c5 4771:75a28f465a12
416 416
417 // Debugging output for failure 417 // Debugging output for failure
418 static void print_last_compile(); 418 static void print_last_compile();
419 419
420 static void print_compiler_threads_on(outputStream* st); 420 static void print_compiler_threads_on(outputStream* st);
421
422 // compiler name for debugging
423 static const char* compiler_name(int comp_level);
421 }; 424 };
422 425
423 #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP 426 #endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP

mercurial