• Noel Grandin's avatar
    fix concurrenccy in freedPageSpace · f8d4e81f
    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
名称
最后提交
最后更新
..
.mvn/wrapper Loading commit data...
service Loading commit data...
src Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
MAVEN.md Loading commit data...
build.bat Loading commit data...
build.sh Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...