changeset 7464:cc302a9b1bdc

Removed debug output.
author Roman Kennke <rkennke@redhat.com>
date Wed, 11 Feb 2015 23:46:45 +0100
parents 7c17c9b67762
children 2868d01310a4
files src/share/vm/gc_implementation/shenandoah/shenandoahHeapRegionSet.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shenandoah/shenandoahHeapRegionSet.cpp	Wed Feb 11 23:42:58 2015 +0100
+++ b/src/share/vm/gc_implementation/shenandoah/shenandoahHeapRegionSet.cpp	Wed Feb 11 23:46:45 2015 +0100
@@ -170,7 +170,6 @@
 
       if (region->getLiveData() == 0) {
         // We can recycle it right away and put it in the free set.
-        tty->print_cr("recycling all garbage region early");
         region->recycle();
       } else {
         append(region);