RFR (S) 8244327: Shenandoah: GC workers should always get the largest GCLABs

Aleksey Shipilev shade at redhat.com
Mon May 4 15:17:21 UTC 2020


RFE:
  https://bugs.openjdk.java.net/browse/JDK-8244327

We have the adaptive GCLAB sizing that starts with min TLAB size and doubles up on every refresh.
That is suitable for Java threads that rarely evacuate through the LRB slowpath. GC workers, on the
other hand, do the bulk of the GC evacuation work, and should just use the largest GCLABs available
for them.

Webrev:
  https://cr.openjdk.java.net/~shade/8244327/webrev.01/

Testing: hotspot_gc_shenandoah, looking through GCLAB issuance logs

-- 
Thanks,
-Aleksey



More information about the shenandoah-dev mailing list