# HG changeset patch # User ysr # Date 1289328440 28800 # Node ID 4df7f8cba52439a9e5352eaf1e255ebe4bbb8699 # Parent 899bbbdcb6ea71b9310399e6587556246b59d39f 6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on Reviewed-by: tonyp diff -r 899bbbdcb6ea -r 4df7f8cba524 src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp Fri Nov 05 13:20:37 2010 -0700 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp Tue Nov 09 10:47:20 2010 -0800 @@ -2272,7 +2272,7 @@ } void CompactibleFreeListSpace::print() const { - Space::print_on(tty); + print_on(tty); } void CompactibleFreeListSpace::prepare_for_verify() {