mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +02:00
8175233: Remove LambdaForm.debugName
Reviewed-by: vlivanov, psandoz, jrose
This commit is contained in:
parent
d6fbebf0bf
commit
b1e28ffd5a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue