RFR: 8339289: Parameter size mismatch between client and VM sides of the Attach API - Windows [v3]

Alex Menkov amenkov at openjdk.org
Tue Oct 15 00:21:41 UTC 2024


> The fix improves Attch API protocol and implements updated protocol on windows; shared code is ready to implement updated protocol support on other platforms.
> More detailed explanations on the 1st comment.
> 
> 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) on Windows with jdk21u and jdk8u.

Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:

  renamed JVM_EnqueueOperation2
  
  renamed JVM_EnqueueOperation2 to JVM_EnqueueOperation_v2 for consistency (per Serguei request)

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20782/files
  - new: https://git.openjdk.org/jdk/pull/20782/files/2e904c58..1fed4ea6

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20782&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20782&range=01-02

  Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/20782.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20782/head:pull/20782

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


More information about the hotspot-runtime-dev mailing list