提交 fa2cdbc7 authored 作者: Andrei Tokar's avatar Andrei Tokar

misc

上级 e115f05b
......@@ -1755,10 +1755,9 @@ public class MVMap<K, V> extends AbstractMap<K, V>
break;
}
}
p = replacePage(pos, p, unsavedMemoryHolder);
rootPage = p;
rootPage = replacePage(pos, p, unsavedMemoryHolder);
if (lockedRootReference == null) {
if (!updateRoot(rootReference, p, attempt)) {
if (!updateRoot(rootReference, rootPage, attempt)) {
decisionMaker.reset();
continue;
} else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论