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:
Zoltan Majo 2015-10-16 15:21:37 +02:00
parent 6c269ab6a9
commit 703c1c58d7

View File

@ -520,6 +520,8 @@ void VMError::report(outputStream* st) {
#if INCLUDE_JVMCI
EnableJVMCI ? ", jvmci" : "",
UseJVMCICompiler ? ", jvmci compiler" : "",
#else
"", "",
#endif
UseCompressedOops ? ", compressed oops" : "",
gc_mode(),