Parent Directory
|
|
|
|
|
atomic/
|
|
|
|
|
internal/
|
|
|
|
|
locks/
|
|
|
|
|
AbstractExecutorService.java
|
1.53
|
4 weeks |
jsr166 |
8250240: Address use of default constructors in the java.util.concurrent
|
ArrayBlockingQueue.java
|
1.152
|
10 months |
jsr166 |
8232230: Suppress warnings on non-serializable non-transient instance fields in …
|
BlockingDeque.java
|
1.37
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
BlockingQueue.java
|
1.63
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
BrokenBarrierException.java
|
1.9
|
7 years |
jsr166 |
<tt> -> {@code
|
Callable.java
|
1.12
|
6 years |
dl |
add FunctionalInterface
|
CancellationException.java
|
1.9
|
7 years |
jsr166 |
<tt> -> {@code
|
CompletableFuture.java
|
1.221
|
6 weeks |
dl |
Check interrupt on entry to waitingGet if interruptible
|
CompletionException.java
|
1.3
|
7 years |
jsr166 |
<tt> => @code
|
CompletionService.java
|
1.20
|
3 years |
jsr166 |
8181082: class-level since tag issues in java.base & java.datatransfer module
|
CompletionStage.java
|
1.44
|
23 months |
jsr166 |
whitespace
|
ConcurrentHashMap.java
|
1.323
|
10 months |
jsr166 |
8232230: Suppress warnings on non-serializable non-transient instance fields in …
|
ConcurrentLinkedDeque.java
|
1.94
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
ConcurrentLinkedQueue.java
|
1.160
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
ConcurrentMap.java
|
1.70
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
ConcurrentNavigableMap.java
|
1.20
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
ConcurrentSkipListMap.java
|
1.186
|
10 months |
jsr166 |
8232230: Suppress warnings on non-serializable non-transient instance fields in …
|
ConcurrentSkipListSet.java
|
1.62
|
10 months |
jsr166 |
8232230: Suppress warnings on non-serializable non-transient instance fields in …
|
CopyOnWriteArrayList.java
|
1.157
|
4 weeks |
jsr166 |
8231800: Better listing of arrays
|
CopyOnWriteArraySet.java
|
1.74
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
CountDownLatch.java
|
1.44
|
5 years |
jsr166 |
standardize code sample idiom: * <pre> {@code
|
CountedCompleter.java
|
1.68
|
7 months |
dl |
improve compatibilty for timeouts etc; increase common code paths
|
CyclicBarrier.java
|
1.61
|
18 months |
jsr166 |
@see Phaser
|
DelayQueue.java
|
1.78
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
Delayed.java
|
1.11
|
7 years |
jsr166 |
<tt> -> {@code
|
Exchanger.java
|
1.84
|
21 months |
jsr166 |
fix an [UnnecessaryParentheses] warning
|
ExecutionException.java
|
1.11
|
7 years |
jsr166 |
<tt> -> {@code
|
Executor.java
|
1.37
|
3 years |
jsr166 |
code sample modernization
|
ExecutorCompletionService.java
|
1.30
|
2 years |
jsr166 |
use @inheritDoc for unchecked exceptions
|
ExecutorService.java
|
1.64
|
17 months |
jsr166 |
8220248: fix headings in java.util.concurrent
|
Executors.java
|
1.101
|
2 years |
jsr166 |
DelegatedExecutorService: add calls to reachabilityFence
|
Flow.java
|
1.32
|
3 years |
dl |
make javadoc sample code conform to request rule
|
ForkJoinPool.java
|
1.379
|
2 weeks |
jsr166 |
fix errorprone [UnusedVariable]
|
ForkJoinTask.java
|
1.144
|
2 weeks |
jsr166 |
reduce scope of local s
|
ForkJoinWorkerThread.java
|
1.81
|
2 weeks |
jsr166 |
fix errorprone [RemoveUnusedImports]
|
Future.java
|
1.41
|
3 years |
jsr166 |
code sample modernization
|
FutureTask.java
|
1.120
|
2 years |
jsr166 |
prefer throwing ExceptionInInitializerError from <clinit> to throwing Error
|
Helpers.java
|
1.2
|
4 years |
jsr166 |
s/newStringUnsafe/new String/g; vetoed by upstream
|
LinkedBlockingDeque.java
|
1.83
|
10 months |
jsr166 |
8232230: Suppress warnings on non-serializable non-transient instance fields in …
|
LinkedBlockingQueue.java
|
1.115
|
10 months |
jsr166 |
8232230: Suppress warnings on non-serializable non-transient instance fields in …
|
LinkedTransferQueue.java
|
1.162
|
2 months |
dl |
improve loom-friendliness
|
Phaser.java
|
1.95
|
12 months |
jsr166 |
s/parallelismLevel/parallelism level/ as suggested by Pavel Rappo
|
PriorityBlockingQueue.java
|
1.145
|
4 weeks |
jsr166 |
8231800: Better listing of arrays
|
RecursiveAction.java
|
1.19
|
4 weeks |
jsr166 |
8250240: Address use of default constructors in the java.util.concurrent
|
RecursiveTask.java
|
1.11
|
4 weeks |
jsr166 |
8250240: Address use of default constructors in the java.util.concurrent
|
RejectedExecutionException.java
|
1.9
|
7 years |
jsr166 |
<tt> -> {@code
|
RejectedExecutionHandler.java
|
1.8
|
9 years |
jsr166 |
Update Creative Commons license URL in legal notices
|
RunnableFuture.java
|
1.7
|
7 years |
jsr166 |
<tt> -> {@code
|
RunnableScheduledFuture.java
|
1.9
|
7 years |
jsr166 |
consistent use of "@return {@code true}"
|
ScheduledExecutorService.java
|
1.30
|
17 months |
jsr166 |
8220248: fix headings in java.util.concurrent
|
ScheduledFuture.java
|
1.6
|
9 years |
jsr166 |
Update Creative Commons license URL in legal notices
|
ScheduledThreadPoolExecutor.java
|
1.111
|
3 years |
jsr166 |
rework the spec for periodic task execution after shutdown
|
Semaphore.java
|
1.77
|
3 years |
jsr166 |
Redo @link and @linkplain; one @link was pointing to the wrong poll method
|
SubmissionPublisher.java
|
1.83
|
7 months |
jsr166 |
typos
|
SynchronousQueue.java
|
1.128
|
2 months |
dl |
improve loom-friendliness
|
ThreadFactory.java
|
1.15
|
5 years |
jsr166 |
standardize code sample idiom: * <pre> {@code
|
ThreadLocalRandom.java
|
1.63
|
11 months |
jsr166 |
yet another Unsafe mechanics style canonicalization
|
ThreadPoolExecutor.java
|
1.193
|
3 weeks |
jsr166 |
improve wording in ThreadPoolExecutor constructors (JDK-8250816)
|
TimeUnit.java
|
1.67
|
2 years |
jsr166 |
TimeUnit#convert(Duration): use @apiNote
|
TimeoutException.java
|
1.8
|
7 years |
jsr166 |
<tt> -> {@code
|
TransferQueue.java
|
1.8
|
22 months |
jsr166 |
update to using jdk11 by default, except link to jdk10 javadocs;
sync @docRoot r…
|
package-info.java
|
1.20
|
6 weeks |
jsr166 |
sync 8249205: Remove unnecessary trademark symbols
|