-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b131
java.lang.RuntimeException: public void compiler.jvmci.compilerToVM.DummyClass.dummyFunction() is not mature after 150000 invocations
at jdk.test.lib.Asserts.error(Asserts.java:447)
at jdk.test.lib.Asserts.assertTrue(Asserts.java:374)
at compiler.jvmci.compilerToVM.ReprofileTest.runSanityTest(ReprofileTest.java:108)
at java.util.ArrayList.forEach(java.base@9-internal/ArrayList.java:1352)
at compiler.jvmci.compilerToVM.ReprofileTest.main(ReprofileTest.java:67)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-internal/Thread.java:843)
at jdk.test.lib.Asserts.error(Asserts.java:447)
at jdk.test.lib.Asserts.assertTrue(Asserts.java:374)
at compiler.jvmci.compilerToVM.ReprofileTest.runSanityTest(ReprofileTest.java:108)
at java.util.ArrayList.forEach(java.base@9-internal/ArrayList.java:1352)
at compiler.jvmci.compilerToVM.ReprofileTest.main(ReprofileTest.java:67)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-internal/Native Method)
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-internal/NativeMethodAccessorImpl.java:62)
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-internal/DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(java.base@9-internal/Method.java:531)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:110)
at java.lang.Thread.run(java.base@9-internal/Thread.java:843)
- relates to
-
JDK-8139388 [TESTBUG] JVMCI test failed with RuntimeException profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>)
-
- Closed
-
1.
|
quarantine compiler/jvmci/compilerToVM/ReprofileTest.java |
|
Resolved | Dean Long | |
2.
|
instrument compiler/jvmci/compilerToVM/ReprofileTest.java |
|
Closed | Unassigned |