mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
2f9e32256d
181 changed files with 8026 additions and 4055 deletions
|
@ -112,7 +112,7 @@ void JVMCICompiler::bootstrap() {
|
|||
_bootstrapping = false;
|
||||
}
|
||||
|
||||
void JVMCICompiler::compile_method(methodHandle method, int entry_bci, JVMCIEnv* env) {
|
||||
void JVMCICompiler::compile_method(const methodHandle& method, int entry_bci, JVMCIEnv* env) {
|
||||
JVMCI_EXCEPTION_CONTEXT
|
||||
|
||||
bool is_osr = entry_bci != InvocationEntryBci;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue