mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue