--- old/src/share/vm/compiler/compileBroker.cpp 2013-04-17 20:14:25.358654585 +0400 +++ new/src/share/vm/compiler/compileBroker.cpp 2013-04-17 20:14:24.974654600 +0400 @@ -1842,6 +1842,8 @@ } } } + // simulate crash during compilation + assert(task->compile_id() != CICrashAt, "just as planned"); } pop_jni_handle_block();