comparison src/share/vm/compiler/compileBroker.hpp @ 8771:75a28f465a12

8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp Summary: add NULL checks for compiler name Reviewed-by: twisti, kvn
author morris
date Tue, 19 Mar 2013 07:23:29 -0700
parents 90273fc0a981
children b9a918201d47 f2110083203d
comparison
equal deleted inserted replaced
8770:f15df3af32c5 8771: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