6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on
Reviewed-by: tonyp
--- a/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp Fri Nov 05 13:20:37 2010 -0700
+++ b/hotspot/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() {