Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8251349

Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies

XMLWordPrintable

    • b12

        Fails in 100% runs. The failure is caused by a non-built dependency, the TestCaseImpl.java.

        Test's stacktrace:

        java.lang.Error: TESTBUG: cannot load class byte code compiler.codecache.stress.TestCaseImpl
        at compiler.codecache.stress.Helper.<clinit>(Helper.java:46)
        at compiler.codecache.stress.OverloadCompileQueueTest.<clinit>(OverloadCompileQueueTest.java:60)
        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.MainWrapper$MainThread.run(MainWrapper.java:127)
        at java.base/java.lang.Thread.run(Thread.java:832)
        Caused by: java.io.IOException: Stream closed
        at java.base/java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:157)
        at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
        at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
        at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:343)
        at java.base/java.io.FilterInputStream.read(FilterInputStream.java:106)
        at compiler.codecache.stress.Helper.loadClassData(Helper.java:84)
        at compiler.codecache.stress.Helper.<clinit>(Helper.java:44)
        ... 7 more
        STATUS:Failed.`main' threw exception: java.lang.Error: TESTBUG: cannot load class byte code compiler.codecache.stress.TestCaseImpl

              enikitin Evgeny Nikitin
              enikitin Evgeny Nikitin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: