Integrated: 8354460: Streaming output for attach API should be turned on by default
Alex Menkov
amenkov at openjdk.org
Tue Jun 3 20:51:26 UTC 2025
On Mon, 12 May 2025 19:55:58 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: da49fa5e
Author: Alex Menkov <amenkov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/da49fa5e15b137c086ad8fd438bf448da42121cb
Stats: 4 lines in 2 files changed: 0 ins; 1 del; 3 mod
8354460: Streaming output for attach API should be turned on by default
Reviewed-by: sspitsyn, kevinw
-------------
PR: https://git.openjdk.org/jdk/pull/25192
More information about the serviceability-dev
mailing list