8139380: VMError::report_and_die() does not produce replay file
authorzmajo
Fri, 16 Oct 2015 15:21:37 +0200
changeset 33195 43b1272dbac7
parent 33194 1af73c83efae
child 33197 ad4d16358294
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
hotspot/src/share/vm/utilities/vmError.cpp
--- 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(),