JDK-8211844 : [aix] ProcessBuilder: Piping between created processes does not work.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • CPU: ppc
  • Submitted: 2018-10-08
  • Updated: 2023-10-09
  • Resolved: 2018-12-11
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 12
11.0.3Fixed 12 b24Fixed
Related Reports
Relates :  
Relates :  
Description
Test java/lang/ProcessBuilder/PipelineTest.java is failing because piping between the created processes does not work.
Comments
Fix Request I would like to downport this fix to 11. It fixes a long standing bug. The risk is very low, as it only changes Solaris and AIX code. The patch applies cleanly.
13-12-2018

URL: http://hg.openjdk.java.net/jdk/jdk/rev/c9fb47668dbe User: goetz Date: 2018-12-11 14:47:45 +0000
11-12-2018

Fix is under discussion: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-December/057184.html
10-12-2018