RFR (S) 8244759: Shenandoah: print verbose class unloading counters

Zhengyu Gu zgu at redhat.com
Mon May 11 18:24:48 UTC 2020


Looks good.

While you are there:

150   if (!heap->is_concurrent_weak_root_in_progress()) {
151     return;
152   }

No longer needed. It have been checked by controller.

Thanks,

-Zhengyu

On 5/11/20 1:53 PM, Aleksey Shipilev wrote:
> RFE:
>    https://bugs.openjdk.java.net/browse/JDK-8244759
> 
> Webrev:
>    https://cr.openjdk.java.net/~shade/8244759/webrev.01/
> 
> Zhengyu, do I use the new timing API correctly?
> 
> Sample GC log:
>    https://cr.openjdk.java.net/~shade/8244759/gc-log-sample.txt
> 
> Testing: hotspot_gc_shenandoah (running)
> 




More information about the hotspot-gc-dev mailing list