Relates :
|
JDK-8257986 :
|
Today I noticed that 2 JVMCI tests failed which seems the same way when run with "-ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -XX:-TieredCompilation" flags: compiler/jvmci/compilerToVM/ReprofileTest.java "profiling info didn't change after reprofile" compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java "Got unexpected isMature state after reprofiling: expected false to equal true" It could be tests bug.
|