java.lang.RuntimeException: public void compiler.jvmci.compilerToVM.DummyClass.dummyFunction() : profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>)
at jdk.test.lib.Asserts.error(Asserts.java:444)
at jdk.test.lib.Asserts.assertTrue(Asserts.java:371)
at jdk.test.lib.Asserts.assertFalse(Asserts.java:350)
at jdk.test.lib.Asserts.assertNotEquals(Asserts.java:289)
at jdk.test.lib.Asserts.assertNE(Asserts.java:263)
at compiler.jvmci.compilerToVM.ReprofileTest.runSanityTest(ReprofileTest.java:99)
at java.util.ArrayList.forEach(ArrayList.java:1262)
at compiler.jvmci.compilerToVM.ReprofileTest.main(ReprofileTest.java:62)
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:92)
at java.lang.Thread.run(Thread.java:747)
at jdk.test.lib.Asserts.error(Asserts.java:444)
at jdk.test.lib.Asserts.assertTrue(Asserts.java:371)
at jdk.test.lib.Asserts.assertFalse(Asserts.java:350)
at jdk.test.lib.Asserts.assertNotEquals(Asserts.java:289)
at jdk.test.lib.Asserts.assertNE(Asserts.java:263)
at compiler.jvmci.compilerToVM.ReprofileTest.runSanityTest(ReprofileTest.java:99)
at java.util.ArrayList.forEach(ArrayList.java:1262)
at compiler.jvmci.compilerToVM.ReprofileTest.main(ReprofileTest.java:62)
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:92)
at java.lang.Thread.run(Thread.java:747)
- relates to
-
JDK-8157861 [TESTBUG] compiler/jvmci/compilerToVM/ReprofileTest.java failed with RuntimeException
-
- Resolved
-