RFR: 8299518: HotSpotVirtualMachine shared code across different platforms [v3]

Yi Yang yyang at openjdk.org
Fri Jan 6 06:42:50 UTC 2023


On Fri, 6 Jan 2023 05:50:05 GMT, David Holmes <dholmes at 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


More information about the serviceability-dev mailing list