-
由 Noel Grandin 提交于
just seen a ConcurrentModificationException on Jenkins. It looks like we can access the Map<Integer, Chunk> from different threads concurrently without taking the same locks. So make it a ConcurrentHashMap. Nothing useful we can lock on here without introducing an ABBA deadlock.
f8d4e81f
| 名称 |
最后提交
|
最后更新 |
|---|---|---|
| h2 | ||
| .gitignore | ||
| .travis.yml | ||
| README.md |