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

Chris Plummer cjplummer at openjdk.org
Fri Jan 6 22:04:53 UTC 2023


On Thu, 5 Jan 2023 03:32:21 GMT, Yi Yang <yyang at openjdk.org> wrote:

>> harmless refactor to share code across different platforms of VirtualMachineImpl:
>> 1. Shared code to process command response after requesting a command execution
>> 2. Read functionality in SocketInputStream can be reused
>
> Yi Yang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   add doc; readImpl/closeImpl to read/close

I would also like to request that the variable renames be omitted from this PR. They create too much noise and would best left to a PR that focuses on just the renames and possibly other style changes.

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

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


More information about the serviceability-dev mailing list