mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 05:45:11 +02:00
8011675: adding compilation level to replay data
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
5733943877
commit
0a434e425b
14 changed files with 587 additions and 29 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue