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

Mandy Chung mchung at openjdk.org
Wed Feb 8 17:58:12 UTC 2023


> 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 changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:

 - Update FilePermission::add to use lambda
 - Merge branch 'master' of https://github.com/openjdk/jdk into JDK-8301462
 - update copyright end year
 - JDK-8301462: Convert Permission files to use lambda after JDK-8076596

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12463/files
  - new: https://git.openjdk.org/jdk/pull/12463/files/627da759..a4d03d02

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12463&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12463&range=01-02

  Stats: 15980 lines in 457 files changed: 9564 ins; 3402 del; 3014 mod
  Patch: https://git.openjdk.org/jdk/pull/12463.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12463/head:pull/12463

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



More information about the security-dev mailing list