RFR: 8354460: Streaming output for attach API should be turned on by default

Serguei Spitsyn sspitsyn at openjdk.org
Wed May 28 03:31:52 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

Looks good.

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

Marked as reviewed by sspitsyn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25192#pullrequestreview-2873444194


More information about the hotspot-runtime-dev mailing list