On Fri, 21 Feb 2025 16:52:41 GMT, Viktor Klang <[email protected]> wrote:
>> Doug Lea has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Address feedback
>
> src/java.base/share/classes/java/util/concurrent/ForkJoinTask.java line 1668:
>
>> 1666: t.interrupt();
>> 1667: } catch (Throwable ignore) {
>> 1668: }
>
> @DougLea This is just for peace of mind, I presume?
Yes. We don't think there are any cases left where interrupt can throw a VM
error, but still can't strictly rule it out.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23702#discussion_r1966505505