mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp
Add NULL checks for compiler name Reviewed-by: twisti, kvn
This commit is contained in:
parent
887dd2634c
commit
7e6a92e08b
2 changed files with 50 additions and 30 deletions
|
@ -418,6 +418,9 @@ class CompileBroker: AllStatic {
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue