RFR: JDK-8308239: Tighten up accessibility of nested classes in java.lang.invoke
Alan Bateman
alanb at openjdk.org
Wed May 17 09:53:46 UTC 2023
On Tue, 16 May 2023 21:35:14 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> 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.
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/14021#pullrequestreview-1430263175
More information about the core-libs-dev
mailing list