On Tue, 19 Nov 2024 00:04:16 GMT, Alex Menkov <amen...@openjdk.org> wrote:
> The fix updates Linux (and server-side of macosx) implementation to support > Attach API v2 (shared code and Windows implementation were introduced by > #20782) > > Testing: tier1,tier2,tier3,tier4,hs-tier5-svc > manually tested backward compatibility (old tools can attach to current VMs, > current tools can attach to older VMs) with jdk21 and jdk8. This pull request has now been integrated. Changeset: dc71e8ca Author: Alex Menkov <amen...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/dc71e8cae95dfc6e4b2afdf8e8a255d9ffe5cdfa Stats: 326 lines in 5 files changed: 98 ins; 193 del; 35 mod 8342995: Enhance Attach API to support arbitrary length arguments - Linux Reviewed-by: sspitsyn, kevinw ------------- PR: https://git.openjdk.org/jdk/pull/22223