RFR: 8310727: C2: *_of() methods in PhaseIterGVN should use uint for the node index
Daniel Lundén
duke at openjdk.org
Mon Oct 9 10:15:40 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`
Reason for covered: I'm an Oracle employee
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15946#issuecomment-1737572931
More information about the hotspot-compiler-dev
mailing list