RFR: 8202722: Move marksweep_init into GC code

Erik Helin erik.helin at oracle.com
Tue May 8 05:56:24 UTC 2018


On 05/07/2018 04:21 PM, Stefan Karlsson wrote:
> Hi all,
> 
> Please review this patch to move marksweep_init into GC code.
> 
> http://cr.openjdk.java.net/~stefank/8202722/webrev.01/
> https://bugs.openjdk.java.net/browse/JDK-8202722

Another great cleanup! Looks good, Reviewed.

Thanks,
Erik

> marksweep_init is guarded by INCLUDE_SERIALGC in init.cpp. I propose 
> that we move this code to MarkSweep and only call it when actually 
> setting up GCs using MarkSweep.
> 
> Thanks,
> StefanK



More information about the hotspot-gc-dev mailing list