-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b53
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084578 | emb-9 | Daniel Fuchs | P3 | Resolved | Fixed | team |
java.util.logging.LogRecord contains a millisecond time stamp, taken from System.currentTimeMillis() - and java.util.logging.SimpleFormatter uses java.util.Date to format the log event time.
Millisecond resolution is often too coarse to accurately order log events coming from different JVMs.
However java.time.Clock.systemUTC().instant() makes it possible to get more accurate time stamp. This RFE proposes to change java.util.logging to make use of the increased precision offered by java.time.
Millisecond resolution is often too coarse to accurately order log events coming from different JVMs.
However java.time.Clock.systemUTC().instant() makes it possible to get more accurate time stamp. This RFE proposes to change java.util.logging to make use of the increased precision offered by java.time.
- backported by
-
JDK-8084578 java.util.logging should use java.time to get more precise time stamps
-
- Resolved
-
- relates to
-
JDK-8074125 Add SerializedLogRecord test to jdk8u
-
- Resolved
-
-
JDK-8144262 LogRecord.getMillis() method is a convenience API that should not have been deprecated
-
- Closed
-
-
JDK-8146389 java/util/logging/XMLFormatterDate.java fails during year switch
-
- Closed
-
-
JDK-8068730 Increase the precision of the implementation of java.time.Clock.systemUTC()
-
- Closed
-
There are no Sub-Tasks for this issue.