RFR: 8337511: Implement JEP-404: Generational Shenandoah (Experimental) [v4]
    William Kemper 
    wkemper at openjdk.org
       
    Mon Oct 21 15:57:38 UTC 2024
    
    
  
On Fri, 11 Oct 2024 21:17:59 GMT, William Kemper <wkemper at 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
    
    
More information about the serviceability-dev
mailing list