JDK-8029664 : java/lang/Runtime/exec/CloseRace.java uses wrong time measurement unit for timeout
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2013-12-06
  • Updated: 2014-02-01
  • Resolved: 2014-02-01
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 9
9Resolved
Related Reports
Duplicate :  
Description
The variable timeGap is meant to be in seconds, but is passed to Thread.sleep() function which expects its argument to be in milliseconds.
Comments
The problem will be gone when the test is replaced how it was suggested in https://bugs.openjdk.java.net/browse/JDK-8027348.
06-12-2013