提交 e19f4721 编写于 作者: J jwilhelm

Merge

......@@ -139,11 +139,6 @@ bool ObjectStartArray::object_starts_in_range(HeapWord* start_addr,
return true;
}
}
// No object starts in this slice; verify this using
// more traditional methods: Note that no object can
// start before the start_addr.
assert(end_addr == start_addr ||
object_start(end_addr - 1) <= start_addr,
"Oops an object does start in this slice?");
return false;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册