JDK-8265173 : [test] divert spurious log output away from stream under test in ProcessBuilder Basic test
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-04-13
  • Updated: 2021-10-06
  • Resolved: 2021-04-15
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 11 JDK 17
11.0.14-oracleFixed 17 b19Fixed
Description
The -Xlog output also needs to be redirected,
It is not affected by the flags: "-XX:+DisplayVMOutputToStderr" and -XX:+DisplayVMOutputToStdout .
Comments
Fix request [11u] I backport this for parity with 11.0.14-oracle. No risk, only a test change. Clean backport. Test passes. Nighttest passes.
06-10-2021

Changeset: 7b61a426 Author: Roger Riggs <rriggs@openjdk.org> Date: 2021-04-15 14:38:14 +0000 URL: https://git.openjdk.java.net/jdk/commit/7b61a426
15-04-2021