On Wed, 3 Jun 2026 17:02:04 GMT, Viktor Klang <[email protected]> wrote:
> Addresses the reported lost interrupt. > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). test/jdk/java/util/concurrent/tck/ForkJoinPoolTest.java line 669: > 667: final Thread submitter = Thread.currentThread(); > 668: final ExecutorService p = new ForkJoinPool(1); > 669: try (PoolCleaner cleaner = cleaner(p)) { As ExecutorService extends AutoCloseable then I assume PoolCleaner is not needed here. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31376#discussion_r3350532445
