Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084236 | emb-9 | Roger Riggs | P4 | Resolved | Fixed | team |
JDK-8086789 | 8u65 | Roger Riggs | P4 | Resolved | Fixed | b01 |
JDK-8067376 | 8u60 | Roger Riggs | P4 | Resolved | Fixed | b03 |
JDK-8138043 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8076743 | emb-8u60 | Roger Riggs | P4 | Resolved | Fixed | team |
Since the resolution of Object.wait(ms) is only milliseconds, a nanos value less than or equal to 999999 should result in a full extra millisecond.
- backported by
-
JDK-8067376 Object.wait(ms, ns) timeout returns early
- Resolved
-
JDK-8076743 Object.wait(ms, ns) timeout returns early
- Resolved
-
JDK-8084236 Object.wait(ms, ns) timeout returns early
- Resolved
-
JDK-8086789 Object.wait(ms, ns) timeout returns early
- Resolved
-
JDK-8138043 Object.wait(ms, ns) timeout returns early
- Resolved
- relates to
-
JDK-8210787 Object.wait(long, int) throws inappropriate IllegalArgumentException
- Closed
-
JDK-8210004 Thread.sleep(millis, nanos) timeout returns early
- Resolved
-
JDK-6568526 (thread) Thread.sleep(millis, nanos) should not return early
- Closed
-
JDK-8184719 Implementation logic of wait(long timeout, int nanos) method in Object class is incorrect
- Closed