jdk/src/java.base/share/classes/java/util/concurrent
Doug Lea 00e6c63cd1 8277090: jsr166 refresh for jdk19
Reviewed-by: alanb, psandoz
2022-05-04 19:24:19 +00:00
..
atomic 8269409: Post JEP 411 refactoring: core-libs with maximum covering > 10K 2021-06-28 19:05:33 +00:00
locks 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
AbstractExecutorService.java 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00:00
ArrayBlockingQueue.java 8284893: Fix typos in java.base 2022-04-19 20:07:57 +00: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 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
CompletionException.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompletionService.java 8285676: Add missing @param tags for type parameters on classes and interfaces 2022-04-28 18:00:34 +00:00
CompletionStage.java 8285676: Add missing @param tags for type parameters on classes and interfaces 2022-04-28 18:00:34 +00:00
ConcurrentHashMap.java 8285676: Add missing @param tags for type parameters on classes and interfaces 2022-04-28 18:00:34 +00: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 8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent 2019-10-16 16:55:52 -07:00
ConcurrentSkipListSet.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
CopyOnWriteArrayList.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
CopyOnWriteArraySet.java 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00:00
CountDownLatch.java 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00:00
CountedCompleter.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
CyclicBarrier.java 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00: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 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00: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 8285676: Add missing @param tags for type parameters on classes and interfaces 2022-04-28 18:00:34 +00:00
Executors.java 8276447: Deprecate finalization-related methods for removal 2021-12-08 00:23:15 +00:00
ExecutorService.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
Flow.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ForkJoinPool.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
ForkJoinTask.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
ForkJoinWorkerThread.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
Future.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
FutureTask.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00:00
Helpers.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LinkedBlockingDeque.java 8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent 2019-10-16 16:55:52 -07:00
LinkedBlockingQueue.java 8232230: Suppress warnings on non-serializable non-transient instance fields in java.util.concurrent 2019-10-16 16:55:52 -07:00
LinkedTransferQueue.java 8246677: LinkedTransferQueue and SynchronousQueue synchronization updates 2021-01-09 21:08:32 +00:00
package-info.java 8249205: Remove unnecessary trademark symbols 2020-07-15 14:21:54 -07:00
Phaser.java 8260664: Phaser.arrive() memory consistency effects 2021-03-08 20:11:18 +00:00
PriorityBlockingQueue.java 8258217: PriorityBlockingQueue constructor spec and behavior mismatch 2021-01-10 18:20:16 +00:00
RecursiveAction.java 8250240: Address use of default constructors in the java.util.concurrent 2020-07-23 22:50:12 -07:00
RecursiveTask.java 8277090: jsr166 refresh for jdk19 2022-05-04 19:24:19 +00: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 8220248: fix headings in java.util.concurrent 2019-05-02 06:33:28 -07: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 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00:00
SubmissionPublisher.java 8234131: Miscellaneous changes imported from jsr166 CVS 2021-01 2021-01-09 21:59:27 +00:00
SynchronousQueue.java 8246677: LinkedTransferQueue and SynchronousQueue synchronization updates 2021-01-09 21:08:32 +00:00
ThreadFactory.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ThreadLocalRandom.java 8283683: Make ThreadLocalRandom a final class 2022-03-28 11:07:14 +00:00
ThreadPoolExecutor.java 8276447: Deprecate finalization-related methods for removal 2021-12-08 00:23:15 +00: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