RFR (S): 8015440 java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException

Nils Loodin nils.loodin at oracle.com
Tue May 28 01:20:07 PDT 2013


Looks good.

/Nisse

On 05/28/2013 10:11 AM, Staffan Larsen wrote:
> Please review the following fix:
>
> webrev: http://cr.openjdk.java.net/~sla/8015440/webrev.00/
> bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8015440
>
> The problem is that serial gc does not compact the heap at every full gc but only every 4th full gc (by default). When the heap isn't compacted the "usage" is returned as a higher-than-expect value. This can be changed with -XX:MarkSweepAlwaysCompactCount=1.
>
> Testing: I have rerun the test on a machine where it failed to make sure that it runs correctly with the extra flag.
>
> Thanks,
> /Staffan
>



More information about the serviceability-dev mailing list