JDK-8308239 : Tighten up accessibility of nested classes in java.lang.invoke
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang.invoke
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-05-16
  • Updated: 2023-05-22
  • Resolved: 2023-05-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 21
21 b23Fixed
Related Reports
Relates :  
Relates :  
Description
Two nested classes in java.lang.invoke.ClassSpecializer are declared public but can be declared as package access instead.
Comments
Changeset: f57c7833 Author: Joe Darcy <darcy@openjdk.org> Date: 2023-05-17 15:31:03 +0000 URL: https://git.openjdk.org/jdk/commit/f57c78337e4f968c2e6a924acbebf725d4e46d59
17-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14021 Date: 2023-05-16 21:35:14 +0000
16-05-2023