jdk/src/java.base/share/classes/java/util/concurrent
Doug Lea a7ab4d7bd3 8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws
Reviewed-by: martin, chegar, dholmes, reinhapa, alanb
2019-02-15 11:18:01 -08:00
..
atomic 8211877: Broken links in java.util.concurrent.atomic 2018-11-28 15:25:14 -08:00
locks 8214457: Miscellaneous changes imported from jsr166 CVS 2018-12 2018-12-11 19:55:27 -08:00
AbstractExecutorService.java 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08:00
ArrayBlockingQueue.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
BlockingDeque.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
BlockingQueue.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
BrokenBarrierException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Callable.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CancellationException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompletableFuture.java 8210971: Add exception handling methods to CompletionStage and CompletableFuture 2018-09-28 08:45:46 -07:00
CompletionException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompletionService.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompletionStage.java 8210971: Add exception handling methods to CompletionStage and CompletableFuture 2018-09-28 08:45:46 -07:00
ConcurrentHashMap.java 8214427: probable bug in logic of ConcurrentHashMap.addCount() 2018-12-11 19:55:27 -08:00
ConcurrentLinkedDeque.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
ConcurrentLinkedQueue.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
ConcurrentMap.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
ConcurrentNavigableMap.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
ConcurrentSkipListMap.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
ConcurrentSkipListSet.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
CopyOnWriteArrayList.java 8211122: Reduce the number of internal classes made accessible to jdk.unsupported 2018-11-06 10:01:16 -08:00
CopyOnWriteArraySet.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
CountDownLatch.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CountedCompleter.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
CyclicBarrier.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Delayed.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DelayQueue.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
Exchanger.java 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11 2018-11-28 15:25:14 -08:00
ExecutionException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Executor.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ExecutorCompletionService.java 8186056: Miscellaneous changes imported from jsr166 CVS 2017-09 2017-10-03 14:00:00 -07:00
Executors.java 8195590: Miscellaneous changes imported from jsr166 CVS 2018-02 2018-02-10 09:23:41 -08:00
ExecutorService.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Flow.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ForkJoinPool.java 8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates 2018-12-12 20:13:39 -08:00
ForkJoinTask.java 8211283: Miscellaneous changes imported from jsr166 CVS 2018-11 2018-11-28 15:25:14 -08:00
ForkJoinWorkerThread.java 8215359: InnocuousForkJoinWorkerThread.setContextClassLoader needlessly throws 2019-02-15 11:18:01 -08:00
Future.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FutureTask.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
Helpers.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LinkedBlockingDeque.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
LinkedBlockingQueue.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00
LinkedTransferQueue.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
package-info.java 8214457: Miscellaneous changes imported from jsr166 CVS 2018-12 2018-12-11 19:55:27 -08:00
Phaser.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
PriorityBlockingQueue.java 8211122: Reduce the number of internal classes made accessible to jdk.unsupported 2018-11-06 10:01:16 -08:00
RecursiveAction.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RecursiveTask.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RejectedExecutionException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RejectedExecutionHandler.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RunnableFuture.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RunnableScheduledFuture.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ScheduledExecutorService.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ScheduledFuture.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ScheduledThreadPoolExecutor.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Semaphore.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SubmissionPublisher.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
SynchronousQueue.java 8197531: Miscellaneous changes imported from jsr166 CVS 2018-04 2018-04-10 11:37:18 -07:00
ThreadFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ThreadLocalRandom.java 8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference 2018-10-22 17:00:04 -07:00
ThreadPoolExecutor.java 8190324: ThreadPoolExecutor should not specify a dependency on finalization 2018-02-10 09:17:53 -08:00
TimeoutException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TimeUnit.java 8203681: Miscellaneous changes imported from jsr166 CVS 2018-06 2018-06-25 09:59:16 -07:00
TransferQueue.java 8199465: {@docRoot} references need to be updated to reflect new module/package structure 2018-03-27 16:25:40 -07:00