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

Sean Mullan mullan at openjdk.org
Wed Feb 8 17:19:47 UTC 2023


On Wed, 8 Feb 2023 03:42:16 GMT, Mandy Chung <mchung at openjdk.org> 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 incrementally with one additional commit since the last revision:
> 
>   update copyright end year

There's also one in `FilePermission.add()` that can be changed to use a lambda.

-------------

PR: https://git.openjdk.org/jdk/pull/12463



More information about the security-dev mailing list