Re: RFR: 8309259: Reduce calls to MethodHandles.lookup() in jdk.internal.net.http.Stream

2024-04-23 Thread Jaikiran Pai
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

Re: RFR: 8309259: Reduce calls to MethodHandles.lookup() in jdk.internal.net.http.Stream

2024-04-22 Thread Per Minborg
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

RFR: 8309259: Reduce calls to MethodHandles.lookup() in jdk.internal.net.http.Stream

2024-04-22 Thread Nizar Benalla
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