The following test failed in the JDK14 CI:
compiler/c2/Test8004741.java
Here's a snippet from the log file:
#section:main
----------messages:(4/594)----------
command: main -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI compiler.c2.Test8004741
reason: User specified action: run main/othervm -Xmx128m -Xbatch -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -XX:+StressCompiledExceptionHandlers -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI compiler.c2.Test8004741
Mode: othervm [/othervm specified]
elapsed time (seconds): 0.605
----------configuration:(0/0)----------
----------System.out:(0/0)----------
----------System.err:(13/811)----------
java.lang.Error: test method didn't get compiled
at compiler.c2.Test8004741.main(Test8004741.java:154)
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:564)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:832)
JavaTest Message: Test threw exception: java.lang.Error: test method didn't get compiled
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.Error: test method didn't get compiled
----------rerun:(39/6015)*----------
Starting this bug as a P2 since this is a Tier1 failure.