src/hotspot/share/utilities/vmError.cpp
changeset 52356 19c4a3eec4d7
parent 52311 274ba8fbd96d
child 52585 f7f90fddce02
--- a/src/hotspot/share/utilities/vmError.cpp	Tue Oct 16 16:26:28 2018 -0400
+++ b/src/hotspot/share/utilities/vmError.cpp	Wed Oct 31 14:38:14 2018 -0400
@@ -1467,8 +1467,6 @@
     log.set_fd(-1);
   }
 
-  // Error handling generates replay data without the compile lock.
-  NOT_PRODUCT(FlagSetting fs(IgnoreLockingAssertions, true));
   static bool skip_replay = ReplayCompiles; // Do not overwrite file during replay
   if (DumpReplayDataOnError && _thread && _thread->is_Compiler_thread() && !skip_replay) {
     skip_replay = true;