JDK-8276880 : Remove java/lang/RuntimeTests/exec/ExecWithDir as unnecessary
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • Submitted: 2021-11-09
  • Updated: 2022-07-01
  • Resolved: 2021-11-09
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 JDK 18 JDK 8
11.0.17-oracleFixed 17.0.4-oracleFixed 18 b23Fixed 8u351Fixed
Related Reports
Relates :  
Description
The java/lang/RuntimeTests/exec/ExecWithDir test forks 500 subprocesses hoping to trigger an intermittent problem fixed in 2002.

The test can be removed, it does not exercise the condition it was created for.
Comments
Fix Request (17u): Should get backported for parity with 17.0.4-oracle. It's not recognized as clean backport, but a trivial change (file removal).
06-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/337 Date: 2022-04-06 10:21:38 +0000
06-04-2022

Changeset: d7012fbd Author: Roger Riggs <rriggs@openjdk.org> Date: 2021-11-09 20:43:51 +0000 URL: https://git.openjdk.java.net/jdk/commit/d7012fbd604fc1a54a2d7364a6ca4a32f47ffc7c
09-11-2021

The origin of the test in 2002. JDK-4750978
09-11-2021