RFR 8078645: removeIf(filter) in ConcurrentHashMap removes entries for which filter is false

Paul Sandoz paul.sandoz at oracle.com
Mon May 4 20:39:20 UTC 2015


On May 4, 2015, at 7:29 PM, Paul Sandoz <Paul.Sandoz at oracle.com> wrote:
>> There are still a number of differences, mostly cosmetic, between your version of ConcurrentMap.java and jsr166 CVS (let's try hard to keep that the "master" copy).
> 
> Yeah, there are a bunch of cosmetic differences, i just tried to fix some of the JavaDoc-like errors and may have slipped in some other cosmetic things. Let me fully sync up ConcurrentMap from 166.
> 

Done, webrev updated in place.

http://cr.openjdk.java.net/~psandoz/jdk9/JDK-8078645-ConcurrentMap-views-removeIf/webrev/src/java.base/share/classes/java/util/concurrent/ConcurrentMap.java.sdiff.html

Paul.



More information about the core-libs-dev mailing list