On Thu, 19 Nov 2020 17:03:54 GMT, Alan Bateman <al...@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