diff src/share/vm/utilities/vmError.cpp @ 17622:849eb7bfceac

8028468: Add inlining information into ciReplay Summary: Allow dump and replay inlining for specified method during a program execution. Reviewed-by: roland, twisti
author kvn
date Wed, 08 Jan 2014 10:25:50 -0800
parents 5cc2d82aa82a
children d8041d695d19 e0365e7b7454
line wrap: on
line diff
--- a/src/share/vm/utilities/vmError.cpp	Wed Jan 08 12:05:19 2014 +0100
+++ b/src/share/vm/utilities/vmError.cpp	Wed Jan 08 10:25:50 2014 -0800
@@ -1040,7 +1040,7 @@
     OnError = NULL;
   }
 
-  static bool skip_replay = false;
+  static bool skip_replay = ReplayCompiles; // Do not overwrite file during replay
   if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) {
     skip_replay = true;
     ciEnv* env = ciEnv::current();