-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b02
When a VarHandle is first linked to the call site the method MethodHandleNatives.varHandleOperationLinkerMethod is called.
This method can be made a little more efficient, reducing the number of temporary method types created (interned and possible recuperated with a GC occurs) and guard method type can be created without any memory copy of the method type parameters.
This method can be made a little more efficient, reducing the number of temporary method types created (interned and possible recuperated with a GC occurs) and guard method type can be created without any memory copy of the method type parameters.