RFR: 8351952: [IR Framework]: allow ignoring methods that are not compilable [v4]

Emanuel Peter epeter at openjdk.org
Fri Mar 21 11:25:15 UTC 2025


On Fri, 21 Mar 2025 11:17:58 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> @RealFYang Thanks for the report! I ran full testing, but somehow this slipped though!
>> 
>> 
>> java.lang.RuntimeException: should have thrown TestRunException/TestVMException or IRViolationException
>> 	at ir_framework.tests.TestNotCompilable.runWithExcludeExpectFailure(TestNotCompilable.java:100)
>> 	at ir_framework.tests.TestNotCompilable.runTests(TestNotCompilable.java:58)
>> 	at ir_framework.tests.TestNotCompilable.main(TestNotCompilable.java:41)
>> 	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
>> 	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
>> 	at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:335)
>> 	at java.base/java.lang.Thread.run(Thread.java:1447)
>
> I'll file a bug for it!

Filed: [JDK-8352597](https://bugs.openjdk.org/browse/JDK-8352597) [IR Framework] test bug: TestNotCompilable.java fails on product build

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/24049#discussion_r2007373250


More information about the hotspot-compiler-dev mailing list