Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045636 | 8u25 | Roger Riggs | P3 | Resolved | Fixed | b01 |
JDK-8040031 | 8u20 | Roger Riggs | P3 | Resolved | Fixed | b11 |
JDK-8053864 | emb-8u26 | Roger Riggs | P3 | Resolved | Fixed | b17 |
The valid range of values in a java.time.Instant was reduced during development, but the corresponding spec comment was not removed. Unfortunately, the comment is towards the top of the class Javadoc thus making its removal now highly desirable.
The paragraph "For practicality, the instant is stored with some constraints. The measurable time-line is restricted to the number of seconds that can be held in a long. This is greater than the current estimated age of the universe. The instant is stored to nanosecond resolution. " should be removed in its entirity.
Identified by Douglas Surber by email.
The paragraph "For practicality, the instant is stored with some constraints. The measurable time-line is restricted to the number of seconds that can be held in a long. This is greater than the current estimated age of the universe. The instant is stored to nanosecond resolution. " should be removed in its entirity.
Identified by Douglas Surber by email.
- backported by
-
JDK-8040031 Instant spec includes incorrect assertion wrt valid range
-
- Resolved
-
-
JDK-8045636 Instant spec includes incorrect assertion wrt valid range
-
- Resolved
-
-
JDK-8053864 Instant spec includes incorrect assertion wrt valid range
-
- Resolved
-