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
|
@ -60,7 +60,7 @@
|
|||
|
||||
#define C2V_END }
|
||||
|
||||
oop CompilerToVM::get_jvmci_method(methodHandle method, TRAPS) {
|
||||
oop CompilerToVM::get_jvmci_method(const methodHandle& method, TRAPS) {
|
||||
if (method() != NULL) {
|
||||
JavaValue result(T_OBJECT);
|
||||
JavaCallArguments args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue