RFR: JDK-8308239: Tighten up accessibility of nested classes in java.lang.invoke

Joe Darcy darcy at openjdk.org
Tue May 16 21:41:47 UTC 2023


Tightening up accessibility of a few nested classes. There is no practical impact on source compatibility -- source uses within the package still work, but by default the ability to reflectively call methods on these classes is disabled.

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

Commit messages:
 - JDK-8308239: Tighten up accessibility of nested classes in java.lang.invoke

Changes: https://git.openjdk.org/jdk/pull/14021/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14021&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8308239
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/14021.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/14021/head:pull/14021

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


More information about the core-libs-dev mailing list