hg: jdk7/hotspot-gc/hotspot: 6941275: G1: The MemoryPools are incorrectly supported for G1

tony.printezis at oracle.com tony.printezis at oracle.com
Wed Aug 25 16:24:21 UTC 2010


Changeset: e967bad2a9ab
Author:    tonyp
Date:      2010-08-25 08:44 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/e967bad2a9ab

6941275: G1: The MemoryPools are incorrectly supported for G1
Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec.
Reviewed-by: mchung, johnc

! src/share/vm/services/g1MemoryPool.cpp
! src/share/vm/services/g1MemoryPool.hpp




More information about the hotspot-gc-dev mailing list