On Fri, 19 Apr 2024 12:02:43 GMT, Nizar Benalla wrote:
> Please review this simple enhancement that is just reducing the number of
> times we call the `MethodHandles.lookup()` method, as it can be a bit slow.
> Passes tier 1-3
>
> TIA
Marked as reviewed by jpai (Reviewer).
-
PR R
On Fri, 19 Apr 2024 12:02:43 GMT, Nizar Benalla wrote:
> Please review this simple enhancement that is just reducing the number of
> times we call the `MethodHandles.lookup()` method, as it can be a bit slow.
> Passes tier 1-3
>
> TIA
Nice cleanup. LGTM.
-
Marked as reviewed by p
Please review this simple enhancement that is just reducing the number of times
we call the `MethodHandles.lookup()` method, as it can be a bit slow.
TIA
-
Commit messages:
- Update Copyright
- reduced number of calls to `MethodHandles.lookup()`
Changes: https://git.openjdk.org/j