Relates :
|
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.