The following test is failing the JDK16 CI:
runtime/cds/appcds/jigsaw/PatchModule/Simple.java
Dump again without --patch-module
----------System.err:(15/906)----------
java.lang.RuntimeException: test.dynamic.dump is not supported with an empty classpath while the classlist is not empty
at TestCommon.createArchive(TestCommon.java:245)
at TestCommon.createArchive(TestCommon.java:162)
at TestCommon.dump(TestCommon.java:132)
at Simple.main(Simple.java:83)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
runtime/cds/appcds/jigsaw/PatchModule/Simple.java
Dump again without --patch-module
----------System.err:(15/906)----------
java.lang.RuntimeException: test.dynamic.dump is not supported with an empty classpath while the classlist is not empty
at TestCommon.createArchive(TestCommon.java:245)
at TestCommon.createArchive(TestCommon.java:162)
at TestCommon.dump(TestCommon.java:132)
at Simple.main(Simple.java:83)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.base/java.lang.Thread.run(Thread.java:832)
- duplicates
-
JDK-8248249 appcds/jigsaw/PatchModule/Simple.java fails "RuntimeException: test.dynamic.dump is not supported with an empty classpath while the classlist is not empty"
-
- Closed
-
- relates to
-
JDK-8246546 Simplify SystemDictionary::is_shared_class_visible
-
- Resolved
-