RFR: 8298952: All nodes should have type(n) == Value(n) after IGVN [v3]

Emanuel Peter epeter at openjdk.org
Tue Jan 31 17:26:04 UTC 2023


On Tue, 31 Jan 2023 09:57:28 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

>> src/hotspot/share/opto/node.hpp line 716:
>> 
>>> 714:         DEFINE_CLASS_ID(CompressM, Vector, 6)
>>> 715:       DEFINE_CLASS_ID(Con,      Type, 19)
>>> 716:           DEFINE_CLASS_ID(ConI,     Con, 0)
>> 
>> Suggestion:
>> 
>>       DEFINE_CLASS_ID(Con, Type, 19)
>>           DEFINE_CLASS_ID(ConI, Con, 0)
>
> Will do that, also change `19` to `8`.

done

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

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


More information about the hotspot-compiler-dev mailing list