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

Christian Hagedorn chagedorn at openjdk.java.net
Wed Oct 6 08:25:14 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

This pull request has now been integrated.

Changeset: df125f68
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/df125f680b6a4517109be80512a113064ca6281d
Stats:     233 lines in 3 files changed: 232 ins; 0 del; 1 mod

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

Reviewed-by: thartmann, neliasso

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

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


More information about the hotspot-compiler-dev mailing list