src/hotspot/share/compiler/compileBroker.cpp
changeset 53406 1ffcf6074569
parent 53353 a6620d37728b
child 53417 126c5e7b97b1
--- a/src/hotspot/share/compiler/compileBroker.cpp	Sun Jan 20 11:13:13 2019 +0100
+++ b/src/hotspot/share/compiler/compileBroker.cpp	Sun Jan 20 16:55:21 2019 +0100
@@ -2212,15 +2212,6 @@
   // the point somewhat) our clearing of the bits must be occurring
   // only after the setting of the bits. See also 14012000 above.
   method->clear_queued_for_compilation();
-
-#ifdef ASSERT
-  if (CollectedHeap::fired_fake_oom()) {
-    // The current compile received a fake OOM during compilation so
-    // go ahead and exit the VM since the test apparently succeeded
-    tty->print_cr("*** Shutting down VM after successful fake OOM");
-    vm_exit(0);
-  }
-#endif
 }
 
 /**