mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
Merge
This commit is contained in:
commit
622a5ae6f0
112 changed files with 2044 additions and 803 deletions
|
@ -709,7 +709,7 @@ bool WhiteBox::compile_method(Method* method, int comp_level, int bci, Thread* T
|
|||
return false;
|
||||
}
|
||||
methodHandle mh(THREAD, method);
|
||||
nmethod* nm = CompileBroker::compile_method(mh, bci, comp_level, mh, mh->invocation_count(), "WhiteBox", THREAD);
|
||||
nmethod* nm = CompileBroker::compile_method(mh, bci, comp_level, mh, mh->invocation_count(), CompileTask::Reason_Whitebox, THREAD);
|
||||
MutexLockerEx mu(Compile_lock);
|
||||
return (mh->queued_for_compilation() || nm != NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue