提交 1f8c1415 编写于 作者: Y ysr

6996613: CompactibleFreeListSpace::print should call...

6996613: CompactibleFreeListSpace::print should call CompactibleFreeListSpace::print_on, not Space::print_on
Reviewed-by: tonyp
上级 385dacb7
......@@ -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() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册