8139380: VMError::report_and_die() does not produce replay file
Summary: Change VMError::report() to use a correct format string in both JVMCI-enabled builds and builds without JVMCI.
Reviewed-by: roland, kvn
--- a/hotspot/src/share/vm/utilities/vmError.cpp Fri Oct 16 11:47:04 2015 +0000
+++ b/hotspot/src/share/vm/utilities/vmError.cpp Fri Oct 16 15:21:37 2015 +0200
@@ -520,6 +520,8 @@
#if INCLUDE_JVMCI
EnableJVMCI ? ", jvmci" : "",
UseJVMCICompiler ? ", jvmci compiler" : "",
+#else
+ "", "",
#endif
UseCompressedOops ? ", compressed oops" : "",
gc_mode(),