On Fri, 11 Oct 2024 21:17:59 GMT, William Kemper <wkem...@openjdk.org> wrote:

>> src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp line 579:
>> 
>>> 577:   st->print("Status: ");
>>> 578:   if (has_forwarded_objects())                 st->print("has 
>>> forwarded objects, ");
>>> 579:   if (is_concurrent_mark_in_progress())        st->print("marking, ");
>> 
>> What is this printing when not running with generational mode?
>
> It will print "young marking". We can change this.

https://bugs.openjdk.org/browse/JDK-8342564

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21273#discussion_r1809085061

Reply via email to