提交 7ca4963d 编写于 作者: D david

8141056: Erroneous assignment in HeapRegionSet.cpp

Reviewed-by: tschatzl, pliden
上级 9269089f
...@@ -231,7 +231,7 @@ void FreeRegionList::remove_starting_at(HeapRegion* first, uint num_regions) { ...@@ -231,7 +231,7 @@ void FreeRegionList::remove_starting_at(HeapRegion* first, uint num_regions) {
assert(_tail != curr, hrs_ext_msg(this, "invariant")); assert(_tail != curr, hrs_ext_msg(this, "invariant"));
next->set_prev(prev); next->set_prev(prev);
} }
if (_last = curr) { if (_last == curr) {
_last = NULL; _last = NULL;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册