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

2023-05-17 Thread Alan Bateman
On Tue, 16 May 2023 21:35:14 GMT, Joe Darcy 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 > disable

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

2023-05-16 Thread Joe Darcy
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 u