src/share/vm/services/management.cpp

changeset 5312
71963b3f802a
parent 5047
31a4e55f8c9d
child 5472
c01913206da5
     1.1 --- a/src/share/vm/services/management.cpp	Tue Jun 25 15:17:11 2013 -0700
     1.2 +++ b/src/share/vm/services/management.cpp	Wed Jun 26 16:58:37 2013 +0200
     1.3 @@ -894,12 +894,6 @@
     1.4      }
     1.5    }
     1.6  
     1.7 -  // In our current implementation, we make sure that all non-heap
     1.8 -  // pools have defined init and max sizes. Heap pools do not matter,
     1.9 -  // as we never use total_init and total_max for them.
    1.10 -  assert(heap || !has_undefined_init_size, "Undefined init size");
    1.11 -  assert(heap || !has_undefined_max_size,  "Undefined max size");
    1.12 -
    1.13    MemoryUsage usage((heap ? InitialHeapSize : total_init),
    1.14                      total_used,
    1.15                      total_committed,

mercurial