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

Christian Hagedorn chagedorn at openjdk.java.net
Mon Sep 27 07:41:59 UTC 2021


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5678/files
  - new: https://git.openjdk.java.net/jdk/pull/5678/files/e2a5d83e..ae88dcfa

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5678&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5678&range=00-01

  Stats: 2 lines in 1 file changed: 1 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5678.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5678/head:pull/5678

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


More information about the hotspot-compiler-dev mailing list