RFR (S): 8151920: Region liveness printing is broken
Derek White
derek.white at oracle.com
Wed Mar 16 18:28:55 UTC 2016
Hi Thomas,
Looks good.
- Derek
On 3/15/16 4:02 PM, Thomas Schatzl wrote:
> Hi all,
>
> can I have some reviews for a change that removes code that is not
> necessary any more, and actually asserts now.
>
> In some earlier change we made humongous and regular regions work the
> same in terms of what is stored in the used/marked_bytes members.
>
> The code for printing heap region liveness with -Xlog:gc+liveness=trace
> still assumed that so some assert there fails now.
>
> The change simply removes that code, and adds a test.
>
> CR:
> https://bugs.openjdk.java.net/browse/JDK-8151920
> webrev:
> http://cr.openjdk.java.net/~tschatzl/8151920/webrev/
> Testing:
> local compilation, testing using the test case, (checking that the
> printed values with -Xlog:gc+liveness=trace are sensible).
>
> Thanks,
> Thomas
More information about the hotspot-gc-dev
mailing list