aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/util/concurrent
AgeCommit message (Expand)Author
2019-10-248227018: CompletableFuture should not call Runtime.availableProcessors on fas...shade
2018-02-058189981: Improve queuing portabilityigerasim
2017-11-288189284: More refactoring for deserialization casesigerasim
2017-08-188174109: DoS on deserializing of collectionsrobm
2017-06-25Mergeasaha
2017-05-308166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid statedl
2017-03-158176769: Remove accidental spec change in jdk8uigerasim
2017-05-178179515: Class java.util.concurrent.ThreadLocalRandom fails to Initialize whe...dl
2017-03-138172204: Better Thread Pool executionigerasim
2016-10-208165344: Update concurrency supportrobm
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