On Tue, 31 Jan 2023 19:38:22 GMT, Bill Huang <bhu...@openjdk.org> wrote:
>> Test failed for exception in thread "main" java.lang.IllegalAccessError: >> class IPv6NameserverPlatformParsingTest (in unnamed module @0x72a8ab1a) >> cannot access class com.sun.jndi.dns.DnsContextFactory (in module >> jdk.naming.dns) because module jdk.naming.dns does not export >> com.sun.jndi.dns to unnamed module @0x72a8ab1a >> at >> IPv6NameserverPlatformParsingTest.main(IPv6NameserverPlatformParsingTest.java:46) >> >> This task is created to update test instruction to include --add-modules and >> --add-opens jvm parameters to java command. > > Bill Huang has updated the pull request incrementally with one additional > commit since the last revision: > > Removed --add-modules. Looks fine, I assume you've update the copyright header before you integrate. ------------- Marked as reviewed by alanb (Reviewer). PR: https://git.openjdk.org/jdk/pull/12351