RFR: 8273825: TestIRMatching.java fails after JDK-8266550

Tobias Hartmann thartmann at openjdk.java.net
Fri Sep 17 06:38:45 UTC 2021


On Fri, 17 Sep 2021 06:24:54 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> [JDK-8266550](https://bugs.openjdk.java.net/browse/JDK-8266550) changed the class hierarchy of types and thus had to adapt some default IR regexes. In this process, an additional "klass" + ";" was missed to remove in `CHECKCAST_ARRAY_OF` for the part matching platforms such as aarch64 or PPC.
> 
> Thanks,
> Christian

Looks good.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list