mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +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
|
@ -177,8 +177,8 @@ public:
|
|||
|
||||
CodeInstaller() : _arena(mtCompiler) {}
|
||||
|
||||
JVMCIEnv::CodeInstallResult gather_metadata(Handle target, Handle& compiled_code, CodeMetadata& metadata, TRAPS);
|
||||
JVMCIEnv::CodeInstallResult install(JVMCICompiler* compiler, Handle target, Handle& compiled_code, CodeBlob*& cb, Handle installed_code, Handle speculation_log, TRAPS);
|
||||
JVMCIEnv::CodeInstallResult gather_metadata(Handle target, Handle compiled_code, CodeMetadata& metadata, TRAPS);
|
||||
JVMCIEnv::CodeInstallResult install(JVMCICompiler* compiler, Handle target, Handle compiled_code, CodeBlob*& cb, Handle installed_code, Handle speculation_log, TRAPS);
|
||||
|
||||
static address runtime_call_target_address(oop runtime_call);
|
||||
static VMReg get_hotspot_reg(jint jvmciRegisterNumber, TRAPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue