RFR: 8256299: Implement JEP 396: Strongly Encapsulate JDK Internals by Default [v2]

Mark Reinhold mr at openjdk.java.net
Thu Nov 19 17:16:23 UTC 2020


On Thu, 19 Nov 2020 17:03:54 GMT, Alan Bateman <alanb at openjdk.org> wrote:

>> Mark Reinhold has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove unnecessary @module :open from ASN1FormatterTest.java
>
> test/lib-test/jdk/test/lib/hexdump/ASN1FormatterTest.java line 42:
> 
>> 40:  * @test
>> 41:  * @summary ASN.1 formatting
>> 42:  * @modules java.base/sun.security.util:open
> 
> Roger has since fixed the test via JDK-8255394 so it no longer requires this package to be open.

Thanks! I've removed that :open.

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

PR: https://git.openjdk.java.net/jdk/pull/1324


More information about the hotspot-runtime-dev mailing list