mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

abobrov
31.20.2007 b73194ae2283f1731a8a4d8088bd83351dc128f7
opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java
@@ -271,7 +271,7 @@
    dnMap = new LinkedHashMapRotator<DN,Long>(16, (float) 0.75,
        accessOrder);
    cacheLock = new ReentrantReadWriteLock();
    cacheLock = new ReentrantReadWriteLock(true);
    if (accessOrder) {
      // In access-ordered linked hash maps, merely querying the map
      // with get() is a structural modification.