Doug Lea
667cca9d7a
8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted"
...
Reviewed-by: alanb
2023-10-27 10:08:59 +00:00
Viktor Klang
5224e979a1
8293713: java/net/httpclient/BufferingSubscriberTest.java fails in timeout, blocked in submission publisher
...
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: alanb
2023-10-24 10:38:58 +00:00
Andrey Turbanov
14408bc8f8
8315973: Remove unused fields from ThreadLocalRandom
...
Reviewed-by: jpai
2023-09-14 09:01:13 +00:00
Alan Bateman
ed0f75f266
8313290: Misleading exception message from STS.Subtask::get when task forked after shutdown
...
Reviewed-by: psandoz
2023-08-19 18:42:43 +00:00
Alan Bateman
ed585d16b9
8314280: StructuredTaskScope.shutdown should document that the state of completing subtasks is not defined
...
Reviewed-by: psandoz
2023-08-17 08:02:53 +00:00
Doug Lea
8d1ab57065
8301341: LinkedTransferQueue does not respect timeout for poll()
...
8300663: java/util/concurrent/SynchronousQueue/Fairness.java failed with "Error: fair=true i=0 j=1"
8267502: JDK-8246677 caused 16x performance regression in SynchronousQueue
Reviewed-by: alanb
2023-07-22 10:41:42 +00:00
Alan Bateman
92a04e201e
8311867: StructuredTaskScope.shutdown does not interrupt newly started threads
...
Reviewed-by: jpai
2023-07-13 07:33:01 +00:00
Stuart Marks
743e8b8e0a
8306785: fix deficient spliterators for Sequenced Collections
...
Reviewed-by: psandoz
2023-07-12 23:45:42 +00:00
Alan Bateman
3661cdee1b
8309853: StructuredTaskScope.join description improvements
...
Reviewed-by: rpressler, darcy
2023-06-22 04:29:13 +00:00
Pavel Rappo
3e0bbd290c
8285368: Overhaul doc-comment inheritance
...
6376959: Algorithm for Inheriting Method Comments seems to go not as documented
6934301: Support directed inheriting of class comments with @inheritDoc
Reviewed-by: jjg, rriggs, aivanov, smarks, martin
2023-06-15 17:47:41 +00:00
Alan Bateman
f1c7afcc3f
8306647: Implementation of Structured Concurrency (Preview)
...
8306572: Implementation of Scoped Values (Preview)
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: psandoz, dfuchs, mchung
2023-06-07 06:41:09 +00:00
Stuart Marks
17ce0976e4
8266571: Sequenced Collections
...
Reviewed-by: alanb
2023-04-25 15:19:08 +00:00
Alan Bateman
2586f36120
8304919: Implementation of Virtual Threads
...
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
2023-04-11 05:49:54 +00:00
Martin Buchholz
a565be4dc5
8297605: improve DelayQueue removal method javadoc
...
Reviewed-by: alanb
2023-03-31 18:11:53 +00:00
Viktor Klang
ded6a81319
8303742: CompletableFuture.orTimeout leaks if the future completes exceptionally
...
Reviewed-by: jpai, alanb
2023-03-20 13:55:47 +00:00
Viktor Klang
d06308c54a
8302360: Atomic*.compareAndExchange Javadoc unclear
...
Reviewed-by: martin, dholmes
2023-03-10 00:31:04 +00:00
Alan Bateman
2e78d838a5
8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
...
Reviewed-by: rriggs, martin, dfuchs, bchristi
2023-02-25 07:48:57 +00:00
Tagir F. Valeev
3f3a1f534b
8302815: Use new Math.clamp method in core libraries
...
Reviewed-by: alanb
2023-02-22 09:51:14 +00:00
Viktor Klang
ecf8842cd2
8300098: java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
...
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: jpai, alanb
2023-02-06 15:26:32 +00:00
Dr Heinz M. Kabutz
cf6b9eb8c8
8301637: ThreadLocalRandom.current().doubles().parallel() contention
...
Reviewed-by: alanb
2023-02-02 18:28:47 +00:00
Andrew Haley
221e1a4260
8286666: JEP 429: Implementation of Scoped Values (Incubator)
...
Reviewed-by: psandoz, dlong, alanb, mcimadamore
2022-12-07 10:14:06 +00:00
Alan Bateman
19d849884b
8297495: j.u.concurrent updates for JDK 20
...
Reviewed-by: jpai
2022-12-05 15:20:16 +00:00
Alan Bateman
cd776093c7
8294278: ForkJoinPool.getAndAddPoolIds should use Unsafe.staticFieldBase
...
Reviewed-by: burban, chegar, martin
2022-12-01 10:40:36 +00:00
Joe Darcy
536c9a512e
8294618: Update openjdk.java.net => openjdk.org
...
Reviewed-by: mikael, iris, joehw, prr, ihse
2022-10-05 16:48:09 +00:00
Doug Lea
bc12e9553d
8292969: Bad Thread Utilization in ForkJoinPool
...
Reviewed-by: shade, alanb
2022-09-27 10:50:18 +00:00
Doug Lea
535804554d
8066859: java/lang/ref/OOMEInReferenceHandler.java failed with java.lang.Exception: Reference Handler thread died
...
Reviewed-by: alanb
2022-07-13 18:05:42 +00:00
Doug Lea
4f5d73f2d4
8286294: ForkJoinPool.commonPool().close() spins
...
Reviewed-by: alanb
2022-05-09 11:09:34 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Doug Lea
00e6c63cd1
8277090: jsr166 refresh for jdk19
...
Reviewed-by: alanb, psandoz
2022-05-04 19:24:19 +00:00
Joe Darcy
bba456a8db
8285676: Add missing @param tags for type parameters on classes and interfaces
...
Reviewed-by: wetmore, smarks, dfuchs, prr, alanb, mchung
2022-04-28 18:00:34 +00:00
Magnus Ihse Bursie
fb469fb894
8284893: Fix typos in java.base
...
Reviewed-by: iris, wetmore, lancea, mullan, naoto
2022-04-19 20:07:57 +00:00
Jaikiran Pai
eb3ead96b3
8284036: Make ConcurrentHashMap.CollectionView a sealed hierarchy
...
Reviewed-by: smarks
2022-04-11 01:24:18 +00:00
Jaikiran Pai
8567266795
8283683: Make ThreadLocalRandom a final class
...
Reviewed-by: smarks, chegar
2022-03-28 11:07:14 +00:00
Brent Christian
ec7cb6d5d3
8276447: Deprecate finalization-related methods for removal
...
Reviewed-by: rriggs, alanb, lancea, darcy, mchung, serb, smarks, prr
2021-12-08 00:23:15 +00:00
David Holmes
2e542e33b8
8274349: ForkJoinPool.commonPool() does not work with 1 CPU
...
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: shade, martin
2021-10-04 23:14:12 +00:00
Joe Darcy
2072bc77b4
8274391: Suppress more warnings on non-serializable non-transient instance fields in java.util.concurrent
...
Reviewed-by: lancea, bpb, alanb, iris
2021-09-28 21:21:53 +00:00
Weijun Wang
e9b2c058a4
8269409: Post JEP 411 refactoring: core-libs with maximum covering > 10K
...
Reviewed-by: lancea, naoto
2021-06-28 19:05:33 +00:00
Weijun Wang
508cec7535
8267521: Post JEP 411 refactoring: maximum covering > 50K
...
Reviewed-by: dfuchs, prr
2021-06-02 15:48:50 +00:00
Weijun Wang
6765f90250
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
Сергей Цыпанов
ae258f1e6a
8265418: Clean-up redundant null-checks of Class.getPackageName()
...
Reviewed-by: redestad
2021-05-27 20:21:34 +00:00
Jim Laskey
05e601748a
8265137: java.util.Random suddenly has new public methods nowhere documented
...
Reviewed-by: uschindler, darcy, smarks
2021-05-04 11:53:07 +00:00
Jim Laskey
a0ec2cb289
8248862: Implement Enhanced Pseudo-Random Number Generators
...
Reviewed-by: darcy
2021-04-05 16:29:18 +00:00
Doug Lea
cec66cf8ef
8264572: ForkJoinPool.getCommonPoolParallelism() reports always 1
...
Reviewed-by: alanb
2021-04-02 22:44:20 +00:00
Martin Buchholz
eb4a8af559
8260664: Phaser.arrive() memory consistency effects
...
Reviewed-by: dl
2021-03-08 20:11:18 +00:00
Doug Lea
5b7b18c5bf
8259800: timeout in tck test testForkJoin(ForkJoinPool8Test)
...
Reviewed-by: martin, dholmes
2021-02-22 12:42:40 +00:00
Jesper Wilhelmsson
cf25383d19
Merge
2021-01-19 22:49:44 +00:00
Martin Buchholz
f7b96d347a
8259796: timed CompletableFuture.get may swallow InterruptedException
...
Reviewed-by: dl, alanb
2021-01-19 18:41:08 +00:00
Martin Buchholz
9154f64349
8254973: CompletableFuture.ThreadPerTaskExecutor does not throw NPE in #execute
...
Reviewed-by: dl
2021-01-10 23:47:04 +00:00
Martin Buchholz
e7c174083a
8258187: IllegalMonitorStateException in ArrayBlockingQueue
...
Reviewed-by: dl
2021-01-10 18:38:00 +00:00
Martin Buchholz
11d5b04791
8258217: PriorityBlockingQueue constructor spec and behavior mismatch
...
Reviewed-by: dl
2021-01-10 18:20:16 +00:00