mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-01 19:50:05 +00:00
8175233: Remove LambdaForm.debugName
Reviewed-by: vlivanov, psandoz, jrose
This commit is contained in:
parent
d6fbebf0bf
commit
b1e28ffd5a
@ -84,7 +84,7 @@ public class MethodHandleHelper {
|
||||
|
||||
public static MethodHandle make(MethodHandle target) {
|
||||
LambdaForm lform = DelegatingMethodHandle.makeReinvokerForm(
|
||||
target, -1, DelegatingMethodHandle.class, "reinvoker.dontInline",
|
||||
target, -1, DelegatingMethodHandle.class,
|
||||
/*forceInline=*/false, DelegatingMethodHandle.NF_getTarget, null);
|
||||
return new NonInlinedReinvoker(target, lform);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user