mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
||||
EnableJVMCI ? ", jvmci" : "",
|
||||
UseJVMCICompiler ? ", jvmci compiler" : "",
|
||||
#else
|
||||
"", "",
|
||||
#endif
|
||||
UseCompressedOops ? ", compressed oops" : "",
|
||||
gc_mode(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue