On Fri, 12 Jun 2026 13:15:11 GMT, Chen Liang <[email protected]> wrote:
>> Dusan Balek has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Probe lsof availability modified
>
> src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsConfiguration.java line
> 444:
>
>> 442: });
>> 443: if (!list.isEmpty()) {
>> 444: IOException ex = new IOException();
>
> Suggestion:
>
> IOException ex = list.removeFirst();
>
> I think that's how suppression mechanism usually works.
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/31498#discussion_r3414568430