-
Bug
-
Resolution: Fixed
-
P3
-
9
-
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
----------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
- relates to
-
JDK-8192971 [TESTBUG] LockCompilationTest fails intermittently
- Resolved
-
JDK-8066770 EnqueueMethodForCompilationTest.java fails to compile method
- Resolved