---------System.out:(2/141)----------
public int compiler.jvmci.compilerToVM.DummyClass.dummyInstanceFunction()
public void compiler.jvmci.compilerToVM.DummyClass.dummyFunction()
----------System.err:(18/1652)----------
java.lang.RuntimeException: public void compiler.jvmci.compilerToVM.DummyClass.dummyFunction() : profiling info wasn't changed after 150000 invocations: expected DefaultProfilingInfo<> to not equal DefaultProfilingInfo<>
at jdk.test.lib.Asserts.fail(Asserts.java:594)
at jdk.test.lib.Asserts.assertNotEquals(Asserts.java:394)
at jdk.test.lib.Asserts.assertNE(Asserts.java:367)
at compiler.jvmci.compilerToVM.ReprofileTest.runSanityTest(ReprofileTest.java:101)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1395)
at compiler.jvmci.compilerToVM.ReprofileTest.main(ReprofileTest.java:64)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:115)
at java.base/java.lang.Thread.run(Thread.java:831)