On Thu, 21 Jul 2022 18:42:40 GMT, Brian Burkhalter <b...@openjdk.org> wrote:

>> src/java.base/unix/classes/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java 
>> line 744:
>> 
>>> 742:             }
>>> 743:         } catch (Throwable x) {
>>> 744:             System.out.println("Caught " + x);
>> 
>> Leftover debug output?
>
> Yes, thanks for catching.

Fixed in ff404d4b52c5ecf4f00743be1d4d4a266483460c.

>> src/java.base/unix/classes/sun/nio/ch/UnixAsynchronousSocketChannelImpl.java 
>> line 749:
>> 
>>> 747:             exc = x;
>>> 748:         } finally {
>>> 749:             System.out.println("finally");
>> 
>> As above
>
> This file was a leftover from a different issue I was looking at and was 
> accidentally included here.

Fixed in ff404d4b52c5ecf4f00743be1d4d4a266483460c.

-------------

PR: https://git.openjdk.org/jdk/pull/9595

Reply via email to