Details
Description
When new values are added in a org.geotoolkit.util.collection.Cache directly using the put(K,V) method rather than the Handler.putAndUnlock(V) method, the oldest strong references are not replaced by weak references. This is caused by a missing call to the internal adjustReferences(K,V) method from the put(K,V) method body.
Trivial fix (when someone found it).