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

LockCompilationTest.java fails due method present in the compiler queue

XMLWordPrintable

    • b114

      The test compiler/whitebox/LockCompilationTest.java fails due to an unexpected method being present in the compiled queue. Here is the error message:

      ----------System.err:(33/2257)----------
      java.lang.RuntimeException: private int compiler.whitebox.SimpleTestCase$Helper.method() must not be in queue
      at jdk.test.lib.Asserts.error(Asserts.java:447)
      at jdk.test.lib.Asserts.assertTrue(Asserts.java:374)
      at jdk.test.lib.Asserts.assertFalse(Asserts.java:353)
      at LockCompilationTest.test(LockCompilationTest.java:90)
      at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
      at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:133)
      at LockCompilationTest.main(LockCompilationTest.java:48)
      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:520)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
      at java.lang.Thread.run(Thread.java:804)
      java.lang.RuntimeException: private int compiler.whitebox.SimpleTestCase$Helper.method() must not be in queue
      at jdk.test.lib.Asserts.error(Asserts.java:447)
      at jdk.test.lib.Asserts.assertTrue(Asserts.java:374)
      at jdk.test.lib.Asserts.assertFalse(Asserts.java:353)
      at LockCompilationTest.test(LockCompilationTest.java:90)
      at compiler.whitebox.CompilerWhiteBoxTest.runTest(CompilerWhiteBoxTest.java:172)
      at compiler.whitebox.CompilerWhiteBoxTest.main(CompilerWhiteBoxTest.java:133)
      at LockCompilationTest.main(LockCompilationTest.java:48)
      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:520)
      at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
      at java.lang.Thread.run(Thread.java:804)

      JavaTest Message: Test threw exception: java.lang.RuntimeException: private int compiler.whitebox.SimpleTestCase$Helper.method() must not be in queue
      JavaTest Message: shutting down test

            neliasso Nils Eliasson (Inactive)
            zmajo Zoltan Majo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: