Integrated: 8273825: TestIRMatching.java fails after JDK-8266550
Christian Hagedorn
chagedorn at openjdk.java.net
Mon Sep 20 13:00:03 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
This pull request has now been integrated.
Changeset: 6f3e40c1
Author: Christian Hagedorn <chagedorn at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/6f3e40c16db899f1add67b997dede17eeb83418f
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8273825: TestIRMatching.java fails after JDK-8266550
Reviewed-by: thartmann, roland
-------------
PR: https://git.openjdk.java.net/jdk/pull/5555
More information about the hotspot-compiler-dev
mailing list