RFR: 8247820: ParallelGC: Process strong OopStorage entries in parallel

Thomas Schatzl thomas.schatzl at oracle.com
Tue Jun 23 10:33:52 UTC 2020


Hi,

On 23.06.20 10:23, Stefan Karlsson wrote:
> Hi all,
> 
> Please review this patch to both unify handling of all OopStorage 
> instances and parallelize it in the root processing of the Parallel GC.
> 
> https://cr.openjdk.java.net/~stefank/8247820/webrev.01/
> https://bugs.openjdk.java.net/browse/JDK-8247820
> 
> This removes the explicit enumeration of "strong" OopStorages in the 
> Parallel GC. This is a step towards allowing the Runtime code to add new 
> OopStorages without having to update all GCs.
> 
> It also parallelizes the processing of the OopStorages, using the class 
> that's being introduced in:
> https://mail.openjdk.java.net/pipermail/hotspot-gc-dev/2020-June/030152.html 
> 
> 
> Tested with tier1-3
> 

   lgtm

Thomas



More information about the hotspot-gc-dev mailing list