JDK-8218582 : Improve diagnostic of c/cc/jcmd/StressAddMultiThreadedTest.java
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-02-06
  • Updated: 2021-10-22
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.
Other
tbdUnresolved
Description
from the main bug:
Igor Ignatyev added a comment - 2019-02-06 10:49
it's kinda hard to tell where whose stdout/stderr/exit code are, b/c the test just prints them into its default output streams. and jtreg/jt-harness doesn't make it easier by removing middle of the output. I'll try to improve the test so it will dump output and error streams and exit code to files.
Comments
this might not be needed after we updated the process testlibrary to save stdout/stderr and exit code of the spawn processes.
11-10-2021