RFR: 8354460: Streaming output for attach API should be turned on by default [v2]
Alex Menkov
amenkov at openjdk.org
Tue Jun 3 18:52:53 UTC 2025
> The fix turns on streaming output for attach operations.
> Change in HotSpotVirtualMachine.java sets attach client property.
> Change in attachListener.cpp sets server property (used when client does not specify the property in the request - this is the case when attach tool from older release connects to new VM).
>
> Testing: tier1..tier8
Alex Menkov has updated the pull request incrementally with one additional commit since the last revision:
removed comment
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25192/files
- new: https://git.openjdk.org/jdk/pull/25192/files/076e6e86..1bda79ad
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25192&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25192&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/25192.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25192/head:pull/25192
PR: https://git.openjdk.org/jdk/pull/25192
More information about the serviceability-dev
mailing list