On Thu, 8 Feb 2024 08:39:44 GMT, Stefan Karlsson <stef...@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