-
Bug
-
Resolution: Fixed
-
P5
-
7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176938 | 7 | David Holmes | P3 | Closed | Fixed | b14 |
JDK-2171847 | 6u4 | David Holmes | P3 | Closed | Fixed | b03 |
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.
- backported by
-
JDK-2171847 REGRESSION: Fix for 6402537 truncates absolute wait times to a whole number of seconds
-
- Closed
-
-
JDK-2176938 REGRESSION: Fix for 6402537 truncates absolute wait times to a whole number of seconds
-
- Closed
-
- relates to
-
JDK-6402537 LockSupport.park with large timeout overflows, causing immediate return, resulting in busy-poll loop
-
- Closed
-