diff src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp @ 8504:86b4965f0c9a

-Cleanup code
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 20 Mar 2013 21:39:24 +0100
parents 992f62c457b0
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp	Wed Mar 20 20:27:30 2013 +0100
+++ b/src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp	Wed Mar 20 21:39:24 2013 +0100
@@ -62,12 +62,7 @@
          hrs_err_msg("[%s] region's used bytes: "SIZE_FORMAT" "
                      "should be <= used bytes: "SIZE_FORMAT,
                      name(), used_bytes, _total_used_bytes));
-
-  //printf("[%s] region's used bytes: "SIZE_FORMAT" "
-  //                     "should be <= used bytes: "SIZE_FORMAT"\n",
-  //                     name(), used_bytes, _total_used_bytes);
   _total_used_bytes -= used_bytes;
-  //printf("TOTAL USED BYTES 4 %lu\n", _total_used_bytes);
 }
 
 inline void HeapRegionSetBase::remove_internal(HeapRegion* hr) {