src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp

changeset 3459
a8a126788ea0
parent 3337
41406797186b
child 3713
720b6a76dd9d
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Tue Jan 17 10:21:43 2012 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MonitoringSupport.hpp	Thu Jan 19 09:13:58 2012 -0500
     1.3 @@ -89,16 +89,15 @@
     1.4  //
     1.5  // * Min Capacity
     1.6  //
     1.7 -//    We set this to 0 for all spaces. We could consider setting the old
     1.8 -//    min capacity to the min capacity of the heap (see 7078465).
     1.9 +//    We set this to 0 for all spaces.
    1.10  //
    1.11  // * Max Capacity
    1.12  //
    1.13  //    For jstat, we set the max capacity of all spaces to heap_capacity,
    1.14 -//    given that we don't always have a reasonably upper bound on how big
    1.15 -//    each space can grow. For the memory pools, we actually make the max
    1.16 -//    capacity undefined. We could consider setting the old max capacity
    1.17 -//    to the max capacity of the heap (see 7078465).
    1.18 +//    given that we don't always have a reasonable upper bound on how big
    1.19 +//    each space can grow. For the memory pools, we make the max
    1.20 +//    capacity undefined with the exception of the old memory pool for
    1.21 +//    which we make the max capacity same as the max heap capacity.
    1.22  //
    1.23  // If we had more accurate occupancy / capacity information per
    1.24  // region set the above calculations would be greatly simplified and

mercurial