Integrated: 8310727: C2: *_of() methods in PhaseIterGVN should use uint for the node index
Daniel Lundén
duke at openjdk.org
Mon Oct 9 11:23:30 UTC 2023
On Wed, 27 Sep 2023 13:51:36 GMT, Daniel Lundén <duke at openjdk.org> wrote:
> This changeset addresses the below.
>> Some *_of() methods in PhaseIterGVN like replace_input_of() use int instead of uint for the node index. We should change that.
>
> ### Testing (on all Oracle-supported platforms)
> - `tier1`
> - HotSpot parts of `tier2` and `tier3`
This pull request has now been integrated.
Changeset: 7ff19383
Author: Daniel Lundén <daniel.lunden at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7ff19383fd33a609b1c3dbad6c3a6ccb84b8ca31
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
8310727: C2: *_of() methods in PhaseIterGVN should use uint for the node index
Reviewed-by: thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/15946
More information about the hotspot-compiler-dev
mailing list