JDK-6478045 : REGRESSION: Fix for 6402537 truncates absolute wait times to a whole number of seconds
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-10-04
  • Updated: 2012-10-08
  • Resolved: 2007-06-20
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 6 JDK 7 Other
6u4Fixed 7Fixed hs10Fixed
Related Reports
Relates :  
Description
The fix for 6402537 prevented overflow of timer values in the low-level park code, but in the process always set the nanosecond component to zero for an absolute wait-time. As a result the absolute time is rounded down to a whole second value.

Comments
EVALUATION Submitter is correct.
04-10-2006