RFR: 8147814: Move verification code out of g1collectedheap

David Lindholm david.lindholm at oracle.com
Wed Jan 20 14:57:50 UTC 2016


Hi,

After offline discussion I decided to do only the verification code move 
in this change. Please see the new webrev:

http://cr.openjdk.java.net/~david/JDK-8147814/webrev.01/


Thanks,
David

On 2016-01-20 14:49, David Lindholm wrote:
> Hi.
>
> As a first step in the technical debt task of splitting the enormous 
> g1CollectedHeap class into smaller units I have moved allocation code 
> to the g1Allocator class, and created a new class called 
> g1HeapVerifier and moved all verification code there.
>
> Could I please have a couple of reviews for this patch?
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8147814
> Webrev: http://cr.openjdk.java.net/~david/JDK-8147814/webrev.00/
>
>
> Thanks,
> David




More information about the hotspot-gc-dev mailing list