RFR: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v2]

Brian Burkhalter bpb at openjdk.org
Thu Jul 21 19:58:51 UTC 2022


On Thu, 21 Jul 2022 18:42:40 GMT, Brian Burkhalter <bpb at 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


More information about the core-libs-dev mailing list