Integrated: 8288669: compiler/vectorapi/VectorFPtoIntCastTest.java still fails with "IRViolationException: There were one or multiple IR rule failures."

Christian Hagedorn chagedorn at openjdk.org
Fri Jun 24 07:31:43 UTC 2022


On Thu, 23 Jun 2022 09:36:41 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> IR matching fails when run with `-XX:-TieredCompilation` because we don't have enough profiling information. There is an RFE ([JDK-8276547](https://bugs.openjdk.org/browse/JDK-8276547)) that should change the fixed default warm-up into a compilation policy based warm-up to prevent such test failures in the future. The fix for this test is to just increase the default warm-up for now.
> 
> Testing:
> - tier1-4 flags for VectorFPtoIntCastTest.java
> - repeated runs with tier3 flags (includes `-XX:-TieredCompilation`)
> 
> Thanks,
> Christian

This pull request has now been integrated.

Changeset: 17aacde5
Author:    Christian Hagedorn <chagedorn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/17aacde50fb971bc686825772e29f6bfecadabda
Stats:     11 lines in 1 file changed: 3 ins; 0 del; 8 mod

8288669: compiler/vectorapi/VectorFPtoIntCastTest.java still fails with "IRViolationException: There were one or multiple IR rule failures."

Reviewed-by: thartmann, dcubed

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

PR: https://git.openjdk.org/jdk/pull/9259


More information about the hotspot-compiler-dev mailing list