RFR: 8373118: Test java/lang/Thread/virtual/Starvation.java timed out [v7]
Viktor Klang
vklang at openjdk.org
Tue Dec 16 23:54:51 UTC 2025
On Tue, 16 Dec 2025 19:12:24 GMT, Doug Lea <dl at openjdk.org> wrote:
>> Changes signal filtering to avoid possible starvation
>
> Doug Lea has updated the pull request incrementally with one additional commit since the last revision:
>
> Relax orderings in push
src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 1268:
> 1266: pool != null)
> 1267: pool.signalWork(this, s); // may have appeared empty
> 1268: }
else
throw new RejectedExecutionException("Queue capacity exceeded");
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28797#discussion_r2625121121
More information about the core-libs-dev
mailing list