mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8257164: Share LambdaForms for VH linkers/invokers
Reviewed-by: redestad, kvn, psandoz
This commit is contained in:
parent
3e89981d98
commit
7104400ad8
3 changed files with 38 additions and 27 deletions
|
@ -578,7 +578,7 @@ class MethodHandleNatives {
|
|||
// Fall back to lambda form linkage if guard method is not available
|
||||
// TODO Optionally log fallback ?
|
||||
}
|
||||
return Invokers.varHandleInvokeLinkerMethod(ak, mtype);
|
||||
return Invokers.varHandleInvokeLinkerMethod(mtype);
|
||||
}
|
||||
static String getVarHandleGuardMethodName(MethodType guardType) {
|
||||
String prefix = "guard_";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue