Test name: compiler/allocation/TestFailedAllocationBadGraph.java
Reproducible: Always
VM Arg: -XX:TieredStopAtLevel=1,2,3 (Fails with or without -Xcomp)
Log:
----------System.out:(1/39)----------
WB error: invalid compilation level 4
----------System.err:(14/933)----------
java.lang.RuntimeException: should still be compiled
at TestFailedAllocationBadGraph.run(TestFailedAllocationBadGraph.java:54)
at TestFailedAllocationBadGraph.main(TestFailedAllocationBadGraph.java:46)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.base/java.lang.Thread.run(Thread.java:833)