# HG changeset patch # User Roman Kennke # Date 1423694805 -3600 # Node ID cc302a9b1bdc28b9069e86962c4f88c697df48cb # Parent 7c17c9b67762d05d9161d1afccec199f80acdfd8 Removed debug output. diff -r 7c17c9b67762 -r cc302a9b1bdc src/share/vm/gc_implementation/shenandoah/shenandoahHeapRegionSet.cpp --- 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);