Integrated: 8297294: compiler/c2/irTests/TestMulNodeIdealization.java failed compilation

Vicente Romero vromero at openjdk.org
Thu Dec 1 22:02:16 UTC 2022


On Wed, 30 Nov 2022 17:20:45 GMT, Vicente Romero <vromero at openjdk.org> wrote:

> Given that the reported issue is intermittent I think we have two options here:
> 
> 1 - change the most probable use of a non-deterministic data structure that could be provoking this bug, to a deterministic one
> 2 - change all uses of non-deterministic data structures
> 
> I first tried option `1` but TBH after going again to the code I can't find a clear suspect. I thought we had reduced the options for non-determinism in the inference engine to zero, rien, niente. But it seems like that's not the case. So I have gone for option `2`.
> 
> Comments?
> TIA

This pull request has now been integrated.

Changeset: 82031d32
Author:    Vicente Romero <vromero at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/82031d32a002d183d2a18bd1e50bd5826b65380c
Stats:     7 lines in 2 files changed: 0 ins; 2 del; 5 mod

8297294: compiler/c2/irTests/TestMulNodeIdealization.java failed compilation

Reviewed-by: mcimadamore

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

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


More information about the compiler-dev mailing list