aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/util/concurrent
AgeCommit message (Expand)Author
2016-02-278150780: Repeated offer and remove on ConcurrentLinkedQueue lead to an OutOfM...dl
2015-12-048140587: Atomic*FieldUpdaters should use Class.isInstance instead of direct c...robm
2015-06-168085978: LinkedTransferQueue<T>.spliterator can report LTQ.Node object, not Tdl
2015-05-208080623: CPU overhead in FJ due to spinning in awaitWorkdl
2015-04-248078490: Missed submissions in ForkJoinPooldl
2015-01-218068432: Inconsistent exception handling in CompletableFuture.thenComposedl
2015-01-138068491: Update the protocol for references of docs.oracle.com to HTTPS.bpatel
2014-12-028066397: Remove network-related seed initialization code in ThreadLocal/Split...psandoz
2014-09-058056248: Improve ForkJoin thread throttlingdl
2014-09-058056249: Improve CompletableFuture resource usagedl
2014-05-27Mergeasaha
2014-01-318011645: CopyOnWriteArrayList.COWSubList.subList does not validate range prop...chegar
2014-04-248039520: More atomicity of atomic updateschegar
2013-12-19Mergechegar
2013-12-198026155: Enhance ForkJoin pooldl
2013-12-138029055: Map.merge implementations should refuse null value parammduigou
2013-12-058028564: Concurrent calls to CHM.put can fail to add the key/value to the mappsandoz
2013-12-048029141: Add @FunctionalInterface annotation to Callable interfacesmarks
2013-12-048029164: Race condition in CompletableFuture.thenCompose with asynchronous taskpsandoz
2013-11-138028300: Fix raw type lint warnings in java.util.concurrentdarcy
2013-10-31Mergelana
2013-10-298022746: List of spelling errors in API docmalenkov
2013-10-248026344: j.u.c.a *Adder and *Accumulator extend a package private class that ...alanb
2013-10-178004138: ForkJoinTask leaks exceptionsmduigou
2013-10-238024688: further split Map and ConcurrentMap defaults eliminating looping fro...mduigou
2013-10-228026982: javadoc errors in core libsrriggs
2013-10-107011859: java/util/concurrent/Semaphore/RacingReleases.java failingdl
2013-10-088025136: SplittableRandom enchancementspsandoz
2013-09-208024253: ThreadLocal random can use SecureRandom for the initial seedpsandoz
2013-09-028010293: java/util/concurrent/ConcurrentHashMap/toArray.java fails intermitte...psandoz
2013-09-138021591: Additional explicit null checksmduigou
2013-09-028024103: AtomicLongArray getAndAccumulate/accumulateAndGet have int type for ...chegar
2013-08-288023155: Ensure functional consistency across Random, ThreadLocalRandom, Spli...psandoz
2013-08-268023234: StampedLock serializes readers on writer unlockshade
2013-08-068022318: Document Spliterator characteristics and binding policy of java util...psandoz
2013-08-158023104: ConcurrentHashMap typodl
2013-08-158023103: FJ parallelism zerodl
2013-08-098022724: lint warnings in j.u.concurrent packagesdl
2013-08-098022326: Spliterator for values of j.u.c.ConcurrentSkipListMap does not repor...psandoz
2013-08-028020291: j.u.c.CompletionStagechegar
2013-07-258021417: Fix doclint issues in java.util.concurrentchegar
2013-07-228020976: Ensure consistent insertion for ConcurrentHashMapdl
2013-07-118019484: Sync j.u.c.ConcurrentHashMap from 166 to tlpsandoz
2013-07-098019370: Sync j.u.c Fork/Join from 166 to tlpsandoz
2013-07-038019481: Sync misc j.u.c classes from 166 to tlpsandoz
2013-07-038011427: java.util.concurrent collection Spliterator implementationspsandoz
2013-06-288019377: Sync j.u.c locks and atomic from 166 to tldl
2013-06-288017739: ReentrantReadWriteLock is confused by the Threads with reused IDsdl
2013-06-188016446: Improve forEach/replaceAll for Map, HashMap, Hashtable, IdentityHash...mduigou
2013-06-058015963: Add at since tags to new ConcurrentHashMap methodschegar