Request for review (vs) - 8014546: MetaspaceAux print_metaspace_change() should print "used" after GC not capacity

Thomas Schatzl thomas.schatzl at oracle.com
Thu Jun 6 08:46:43 UTC 2013


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