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

Emanuel Peter epeter at openjdk.org
Tue Jan 31 10:00:03 UTC 2023


On Tue, 31 Jan 2023 07:13:21 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix tests that directly query TypeProfileLevel, we had issues because I changed the type
>
> 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`.

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

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


More information about the hotspot-compiler-dev mailing list