Integrated: JDK-8322572: AllocationMergesTests.java fails with "IRViolationException: There were one or multiple IR rule failures."
Cesar Soares Lucas
cslucas at openjdk.org
Mon Jan 22 08:25:39 UTC 2024
On Wed, 17 Jan 2024 21:41:49 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:
> Please review this PR to fix a test in `AllocationMergesTest.java`. The test was failing intermittently because of a random value used as parameter was causing some randomization in the shape method's IR graph and consequently the optimization tested wasn't happening.
>
> Tested this locally on Mac, Win and Linux x86_64.
This pull request has now been integrated.
Changeset: 76afa02d
Author: Cesar Soares Lucas <cslucas at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/76afa02dabb45a0648cc13de40657d15ded73b4a
Stats: 10 lines in 1 file changed: 0 ins; 1 del; 9 mod
8322572: AllocationMergesTests.java fails with "IRViolationException: There were one or multiple IR rule failures."
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/17469
More information about the hotspot-compiler-dev
mailing list