RFR: 8202722: Move marksweep_init into GC code
Stefan Karlsson
stefan.karlsson at oracle.com
Tue May 8 07:49:34 UTC 2018
Thanks, Erik.
StefanK
On 2018-05-08 07:56, Erik Helin wrote:
> 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