Uploaded image for project: 'JDK'
  1. JDK
  2. 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"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 16
    • hotspot
    • generic
    • generic

      The following test is failing the JDK16 CI:

      runtime/cds/appcds/jigsaw/PatchModule/Simple.java

      Here's a snippet from the log file:

      ----------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)

      JavaTest Message: Test threw exception: java.lang.RuntimeException
      JavaTest Message: shutting down test

      result: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: test.dynamic.dump is not supported with an empty classpath while the classlist is not empty

      The test appears to be failing on Linux-X64, macOSX and Win-X64
      in every Tier4 job set.

            Unassigned Unassigned
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: