RFR: 8325464: GCCause.java out of sync with gcCause.hpp [v2]
Yifeng Jin
duke at openjdk.org
Fri Feb 9 05:39:53 UTC 2024
On Thu, 8 Feb 2024 08:39:44 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Yifeng Jin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> swap zgc and shenandoah block
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCCause.java line 65:
>
>> 63: _z_allocation_stall ("Allocation Stall"),
>> 64: _z_proactive ("Proactive"),
>> 65: _z_high_usage ("High Usage"),
>
> gcCause.hpp has the Shenandoah and ZGC blocks swapped. Could you fix it in this change as well?
OK, I have swapped the Shenandoah and ZGC blocks here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17766#discussion_r1483882863
More information about the serviceability-dev
mailing list