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

Joe Darcy darcy at openjdk.org
Wed May 17 15:34:17 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.

This pull request has now been integrated.

Changeset: f57c7833
Author:    Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f57c78337e4f968c2e6a924acbebf725d4e46d59
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

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

Reviewed-by: alanb

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

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


More information about the core-libs-dev mailing list