RFR: 8273410: IR verification framework fails with "Should find method name in validIrRulesMap" [v2]
Nils Eliasson
neliasso at openjdk.java.net
Wed Oct 6 08:10:08 UTC 2021
On Mon, 27 Sep 2021 07:41:59 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
>
> Christian Hagedorn has updated the pull request incrementally with one additional commit since the last revision:
>
> Add @bug
Looks good!
-------------
Marked as reviewed by neliasso (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5678
More information about the hotspot-compiler-dev
mailing list