On Fri, 6 Jan 2023 05:50:05 GMT, David Holmes <dhol...@openjdk.org> wrote:
> As long as all the platform-specific `VirtualMachineImpl` classes define a > `read` and `close` method then we can simply have the shared socket stream > class call those methods. Windows will need an extra level of indirection > because its `read` method will have to call `readPipe`. ------------- PR: https://git.openjdk.org/jdk/pull/11823