On Fri, 16 Aug 2024 12:10:32 GMT, Doug Lea <d...@openjdk.org> wrote: > It would also be OK to just drop that "s" -> InterruptedException.
True, but there are other similar cases in that same file, maybe it's okay to leave it like that. Similar cases: ForkJoinTasks, Futures, CountedCompleters, InterruptibleTasks, WorkQueues, Deques, Workers, ForkJoinPools, SecurityManagers, ThreadLocals, VirtualThreads, ForkJoinWorkerThreads, VarHandles (this one actually clashes with the existing class). ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20584#discussion_r1719800990