JDK-8354460 : Streaming output for attach API should be turned on by default
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2025-04-11
  • Updated: 2025-08-21
  • Resolved: 2025-06-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 25
25 b26Fixed
Related Reports
Causes :  
Relates :  
Sub Tasks
JDK-8354461 :  
Description
JDK-8319055 added streaming output feature for attach API, but it's turned off by default because tests which attach to main test process hung (and as result fail with timeout) when attach command produces lengthy output.
Need to fix the tests and then enable streaming output by default

Comments
Changeset: da49fa5e Branch: master Author: Alex Menkov <amenkov@openjdk.org> Date: 2025-06-03 20:47:17 +0000 URL: https://git.openjdk.org/jdk/commit/da49fa5e15b137c086ad8fd438bf448da42121cb
03-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25192 Date: 2025-05-12 19:55:58 +0000
12-05-2025