hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 17123 a8e62eed2e3e
parent 17016 78b1c3670525
child 17132 dffd513b2a8c
--- a/hotspot/src/share/vm/compiler/compileBroker.cpp	Thu Apr 25 11:04:36 2013 -0700
+++ b/hotspot/src/share/vm/compiler/compileBroker.cpp	Thu Apr 25 11:09:24 2013 -0700
@@ -1842,6 +1842,8 @@
         }
       }
     }
+    // simulate crash during compilation
+    assert(task->compile_id() != CICrashAt, "just as planned");
   }
   pop_jni_handle_block();