mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8142329: [JVMCI] pass Handle by value
Reviewed-by: coleenp, twisti
This commit is contained in:
parent
fa6545ccc1
commit
3d745923ca
10 changed files with 46 additions and 45 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