RFR: 8373118: Test java/lang/Thread/virtual/Starvation.java timed out [v25]
Viktor Klang
vklang at openjdk.org
Tue Jan 13 16:19:38 UTC 2026
On Mon, 12 Jan 2026 17:44:22 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:
>
> Fix missing undo
src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java line 2604:
> 2602: throw new RejectedExecutionException();
> 2603: }
> 2604: private void poolSubmit(ForkJoinTask<?> task, boolean signalIfEmpty) {
Suggestion:
private void poolSubmit(ForkJoinTask<?> task, boolean signalIfEmpty) {
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28797#discussion_r2687114914
More information about the core-libs-dev
mailing list