RFR: 8183542: Factor out serial GC specific code from GenCollectedHeap into its own subclass
Roman Kennke
rkennke at redhat.com
Wed Oct 18 20:04:06 UTC 2017
Am 18.10.2017 um 20:41 schrieb Kim Barrett:
>> On Oct 18, 2017, at 8:08 AM, Roman Kennke <rkennke at redhat.com> wrote:
>> Differential webrev:
>> http://cr.openjdk.java.net/~rkennke/8183542/webrev.01.diff/ <http://cr.openjdk.java.net/%7Erkennke/8183542/webrev.01.diff/>
>>
>> Full webrev:
>> http://cr.openjdk.java.net/~rkennke/8183542/webrev.01/ <http://cr.openjdk.java.net/%7Erkennke/8183542/webrev.01/>
>>
>> Better now?
>>
>> Thanks, Roman
> Looks good.
>
Hi Kim,
thanks for the review.
I just fixed a bug caused by my similar CMSHeap extraction, and I think
I need to do the same thing for SerialHeap too:
https://bugs.openjdk.java.net/browse/JDK-8189373
This is the fix for the CMSHeap issue:
http://cr.openjdk.java.net/~rkennke/8189373/webrev.00/
<http://cr.openjdk.java.net/%7Erkennke/8189373/webrev.00/>
I'll do the same for SerialHeap once the above has been approved and
pushed, otherwise it'll be a mess. ;-)
Roman
More information about the hotspot-gc-dev
mailing list