RFR: 8186571: Implementation: JEP 307: Parallel Full GC for G1
Erik Helin
erik.helin at oracle.com
Wed Oct 18 11:46:10 UTC 2017
On 10/18/2017 11:45 AM, Stefan Johansson wrote:
> Hi again,
>
> A lot more internal review has been done and here are the latest webrevs:
> Full: http://cr.openjdk.java.net/~sjohanss/8186571/hotspot.04/
> Incremental: http://cr.openjdk.java.net/~sjohanss/8186571/hotspot.03-04/
> Incremental (from previous mail):
> http://cr.openjdk.java.net/~sjohanss/8186571/hotspot.01-04/
>
> Summary of changes:
> * Updated calculations for heap sizing after gc.
> * Removed G1FullGCWorkerData and moved data into G1FullCollector instead.
> * Renamed G1MarkStack to G1FullGCMarker.
> * Renamed G1CompactionPoint to G1FullGCCompactionPoint.
> * Removed now unused RebuildRSOopClosure and par_write_ref from G1RemSet.
> * Updated comments to be more informative.
> * Better naming of functions and variables.
> * Updated copyright for a lot of files.
>
> Big thanks to Erik D, Thomas S and Sangheon K for working your way
> through this big change.
Looks good, Reviewed.
Thanks,
Erik
> Cheers,
> Stefan
More information about the hotspot-gc-dev
mailing list