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

[TESTBUG] compiler/whitebox/MakeMethodNotCompilableTest.java fails with "must not be in queue"

XMLWordPrintable

    • b40
    • Verified

        compiler/whitebox/MakeMethodNotCompilableTest.java fails with "lang.RuntimeException: private SimpleTestCase$Helper(java.lang.Object,long) must not be in queue"

            ----------System.err:(29/2041)----------
            java.lang.RuntimeException: private SimpleTestCase$Helper(java.lang.Object,long) must not be in queue
             at CompilerWhiteBoxTest.checkNotOsrCompiled(CompilerWhiteBoxTest.java:232)
             at MakeMethodNotCompilableTest.test(MakeMethodNotCompilableTest.java:142)
             at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:176)
             at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:133)
             at MakeMethodNotCompilableTest.main(MakeMethodNotCompilableTest.java:38)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
             at java.lang.reflect.Method.invoke(Method.java:498)
             at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
             at java.lang.Thread.run(Thread.java:745)
            java.lang.RuntimeException: private SimpleTestCase$Helper(java.lang.Object,long) must not be in queue
             at CompilerWhiteBoxTest.checkNotOsrCompiled(CompilerWhiteBoxTest.java:232)
             at MakeMethodNotCompilableTest.test(MakeMethodNotCompilableTest.java:142)
             at CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:176)
             at CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:133)
             at MakeMethodNotCompilableTest.main(MakeMethodNotCompilableTest.java:38)
             at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
             at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
             at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
             at java.lang.reflect.Method.invoke(Method.java:498)
             at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
             at java.lang.Thread.run(Thread.java:745)

            JavaTest Message: Test threw exception: java.lang.RuntimeException: private SimpleTestCase$Helper(java.lang.Object,long) must not be in queue
            JavaTest Message: shutting down test

        Related to JDK-8061486 and JDK-8060454, but a different appearance, so filing this issue just in case.

              thartmann Tobias Hartmann
              gziemski Gerard Ziemski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: