mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8152004: CTW crashes with failed assertion after 8150646 integration
Reviewed-by: kvn, neliasso
This commit is contained in:
parent
4036d37a8f
commit
591784c35a
4 changed files with 11 additions and 6 deletions
|
@ -1170,7 +1170,8 @@ nmethod* CompileBroker::compile_method(const methodHandle& method, int osr_bci,
|
|||
CompilationPolicy::policy()->delay_compilation(method());
|
||||
return NULL;
|
||||
}
|
||||
compile_method_base(method, osr_bci, comp_level, hot_method, hot_count, comment, !directive->BackgroundCompilationOption, THREAD);
|
||||
bool is_blocking = !directive->BackgroundCompilationOption || CompileTheWorld || ReplayCompiles;
|
||||
compile_method_base(method, osr_bci, comp_level, hot_method, hot_count, comment, is_blocking, THREAD);
|
||||
}
|
||||
|
||||
// return requested nmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue