8139380: VMError::report_and_die() does not produce replay file
Change VMError::report() to use a correct format string in both JVMCI-enabled builds and builds without JVMCI. Reviewed-by: roland, kvn
This commit is contained in:
parent
6c269ab6a9
commit
703c1c58d7
@ -520,6 +520,8 @@ void VMError::report(outputStream* st) {
|
|||||||
#if INCLUDE_JVMCI
|
#if INCLUDE_JVMCI
|
||||||
EnableJVMCI ? ", jvmci" : "",
|
EnableJVMCI ? ", jvmci" : "",
|
||||||
UseJVMCICompiler ? ", jvmci compiler" : "",
|
UseJVMCICompiler ? ", jvmci compiler" : "",
|
||||||
|
#else
|
||||||
|
"", "",
|
||||||
#endif
|
#endif
|
||||||
UseCompressedOops ? ", compressed oops" : "",
|
UseCompressedOops ? ", compressed oops" : "",
|
||||||
gc_mode(),
|
gc_mode(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user