JDK-8219149 : ProcessTools.ProcessBuilder should print timing info for subprocesses
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: test
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-02-15
  • Updated: 2022-06-21
  • Resolved: 2019-05-31
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 13 JDK 14
11.0.17Fixed 13 b24Fixed 14Fixed
Related Reports
Blocks :  
Description
When the test library's ProcessTools.ProcessBuilder starts a subprocess, it prints the command line for the subprocess. It would be helpful when investigating some kinds of timeout failures if it also printed start and end times or start and duration or something like that.

Comments
Fix request [11u] I backport this test framework improvement as prereq of 8217170. No risk, only a test change. Clean backport. SAP nighlty testing passed.
21-06-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1158 Date: 2022-06-20 09:42:55 +0000
20-06-2022

Git URL: https://github.com/openjdk/jdk/commit/67defd71f28f9f4e6b6fd40fcb47a9a602e1f7a7
20-06-2022

URL: http://hg.openjdk.java.net/jdk/jdk/rev/3f2f89737be5 User: kbarrett Date: 2019-05-31 19:27:26 +0000
31-05-2019