changeset 8828:aeb22fdaa14c

Merge
author brutisso
date Thu, 28 Mar 2013 09:07:44 +0100
parents 23f2d309e855 (current diff) 42e370795a39 (diff)
children d1897e7e0488
files src/share/vm/runtime/arguments.cpp
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Tue Mar 26 15:20:05 2013 -0700
+++ b/src/share/vm/runtime/arguments.cpp	Thu Mar 28 09:07:44 2013 +0100
@@ -1170,7 +1170,6 @@
     set_parnew_gc_flags();
   }
 
-  // MaxHeapSize is aligned down in collectorPolicy
   size_t max_heap = align_size_down(MaxHeapSize,
                                     CardTableRS::ct_max_alignment_constraint());
 
@@ -1208,10 +1207,6 @@
     }
 
     // Code along this path potentially sets NewSize and OldSize
-
-    assert(max_heap >= InitialHeapSize, "Error");
-    assert(max_heap >= NewSize, "Error");
-
     if (PrintGCDetails && Verbose) {
       // Too early to use gclog_or_tty
       tty->print_cr("CMS set min_heap_size: " SIZE_FORMAT