8011675: adding compilation level to replay data

Reviewed-by: kvn, vlivanov
This commit is contained in:
Igor Ignatyev 2013-04-25 11:09:24 -07:00
parent 5733943877
commit 0a434e425b
14 changed files with 587 additions and 29 deletions

View file

@ -1842,6 +1842,8 @@ void CompileBroker::invoke_compiler_on_method(CompileTask* task) {
}
}
}
// simulate crash during compilation
assert(task->compile_id() != CICrashAt, "just as planned");
}
pop_jni_handle_block();