Request for review (vs) - 8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity
Jon Masamitsu
jon.masamitsu at oracle.com
Thu Jun 6 14:40:35 UTC 2013
Thanks
On 6/6/13 1:46 AM, Thomas Schatzl wrote:
> Hi,
>
> On Wed, 2013-06-05 at 13:18 -0700, Jon Masamitsu wrote:
>> As the summary says, print the used metaspace in
>> print_metaspace_change() instead
>> of capacity. The output used to be
>>
>> previous_used -> capacity (reserved)
>>
>> and now is
>>
>> previous_used -> used_after_GC (reserved)
>>
>> This makes the print_metaspace_change() more similar to the
>> GC print_heap_change().
>>
>> http://cr.openjdk.java.net/~jmasa/8014546/webrev.00/
>>
>> Two lines changed.
> Looks good :)
>
> Thomas
>
>
More information about the hotspot-gc-dev
mailing list