mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-18 06:59:29 +00:00
6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on
Reviewed-by: tonyp
This commit is contained in:
parent
fe147ae592
commit
579c9e4b03
@ -2272,7 +2272,7 @@ void CompactibleFreeListSpace::split(size_t from, size_t to1) {
|
||||
}
|
||||
|
||||
void CompactibleFreeListSpace::print() const {
|
||||
Space::print_on(tty);
|
||||
print_on(tty);
|
||||
}
|
||||
|
||||
void CompactibleFreeListSpace::prepare_for_verify() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user