# HG changeset patch # User zmajo # Date 1445001697 -7200 # Node ID 43b1272dbac7643df56a3707cb1164534033a377 # Parent 1af73c83efae0643bb4dcc79564daceb52b00ba3 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 diff -r 1af73c83efae -r 43b1272dbac7 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(),