RFR: 8273410: IR verification framework fails with "Should find method name in validIrRulesMap"

Christian Hagedorn chagedorn at openjdk.java.net
Mon Sep 27 07:42:00 UTC 2021


On Fri, 24 Sep 2021 10:36:34 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> The IR framework treated a `@Check` method as `@Test` method instead of the `@Test` method itself at IR matching time resulting in an internal framework exception.
> 
> While writing some tests for checked test I've noticed that a missing `@Arguments` annotation is not reported as `TestFormatException` but with a `RuntimeException` later when invoking the method in question. I also added the missing check for it.
> 
> Thanks,
> Christian

Thanks Tobias for your review!

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

PR: https://git.openjdk.java.net/jdk/pull/5678


More information about the hotspot-compiler-dev mailing list