提交 270907f7 authored 作者: andrei's avatar andrei

code review: react on InterruptedException

上级 b6d1ab13
......@@ -1659,7 +1659,9 @@ public class MVMap<K, V> extends AbstractMap<K, V>
} else {
try {
Thread.sleep(0, 100 / contention + 50);
} catch (InterruptedException ignore) {/**/}
} catch (InterruptedException ex) {
throw new RuntimeException(ex);
}
}
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论