Re: RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v3]

2023-02-08 Thread Sean Mullan
On Wed, 8 Feb 2023 17:58:12 GMT, Mandy Chung wrote: >> A trivial fix. Convert the use of anonymous inner classes in a few >> Permission classes to lambdas to work around JDK-8076596, which has been >> resolved. > > Mandy Chung has updated the pull request with a new target base due to a > me

Re: RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v3]

2023-02-08 Thread Mandy Chung
> A trivial fix. Convert the use of anonymous inner classes in a few > Permission classes to lambdas to work around JDK-8076596, which has been > resolved. Mandy Chung has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated