RFR: 8290401: Support dump all phases and print nodes in ascending order of index [v2]
Joshua Cao
duke at openjdk.org
Wed Sep 21 19:55:43 UTC 2022
On Wed, 21 Sep 2022 18:05:10 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> Joshua Cao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Create new phase `PHASE_ALL`
>
> src/hotspot/share/opto/phasetype.hpp line 173:
>
>> 171: _valid = false;
>> 172: } else if (PHASE_ALL == cpt) {
>> 173: mask = ~((uint64_t)0);
>
> Can we also change this from uint64_t to UINT64_C for the consistent style?
done
-------------
PR: https://git.openjdk.org/jdk/pull/10371
More information about the hotspot-compiler-dev
mailing list