mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8153013: BlockingCompilation test times out
Task has no invocation count and get stale at once Reviewed-by: kvn, iveresov, twisti
This commit is contained in:
parent
c8593eff81
commit
90d0e9a566
12 changed files with 95 additions and 46 deletions
|
@ -85,7 +85,7 @@ void JVMCICompiler::bootstrap() {
|
|||
if (!mh->is_native() && !mh->is_static() && !mh->is_initializer()) {
|
||||
ResourceMark rm;
|
||||
int hot_count = 10; // TODO: what's the appropriate value?
|
||||
CompileBroker::compile_method(mh, InvocationEntryBci, CompLevel_full_optimization, mh, hot_count, "bootstrap", THREAD);
|
||||
CompileBroker::compile_method(mh, InvocationEntryBci, CompLevel_full_optimization, mh, hot_count, CompileTask::Reason_Bootstrap, THREAD);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue