JDK-8074125 : Add SerializedLogRecord test to jdk8u
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util.logging
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-03-02
  • Updated: 2015-09-29
  • Resolved: 2015-03-03
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 8
8u60 b06Fixed
Related Reports
Relates :  
Description
JDK-8072645 has added a SerializedLogRecord that can run on both JDK 8 & JDK 9 in order to check the serial-compatibility of LogRecord.
http://hg.openjdk.java.net/jdk9/dev/jdk/file/710db3eff010/test/java/util/logging/HigherResolutionTimeStamps/SerializeLogRecord.java

This test should be added to jdk8u-dev too.

This test deserializes LogRecord serial bytes produced on various versions of the JDK. In particular, when run on JDK 8, it verifies that a LogRecord serialized with the new JDK 9 serial form produced by JDK-8072645 can be deserialized by applications running on JDK 8.