From 703c1c58d732ee6345ec48696a57cc5666e8bf3c Mon Sep 17 00:00:00 2001 From: Zoltan Majo Date: Fri, 16 Oct 2015 15:21:37 +0200 Subject: [PATCH] 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 --- hotspot/src/share/vm/utilities/vmError.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hotspot/src/share/vm/utilities/vmError.cpp b/hotspot/src/share/vm/utilities/vmError.cpp index 0cc9a245ba6..4bfb0834aa3 100644 --- a/hotspot/src/share/vm/utilities/vmError.cpp +++ b/hotspot/src/share/vm/utilities/vmError.cpp @@ -520,6 +520,8 @@ void VMError::report(outputStream* st) { #if INCLUDE_JVMCI EnableJVMCI ? ", jvmci" : "", UseJVMCICompiler ? ", jvmci compiler" : "", +#else + "", "", #endif UseCompressedOops ? ", compressed oops" : "", gc_mode(),