On Thu, 21 Jul 2022 18:37:25 GMT, Naoto Sato <na...@openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8290047: Ensure that colon is not at the last index > > 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. ------------- PR: https://git.openjdk.org/jdk/pull/9595