jdk-24/test/jdk/java/net/Inet6Address/serialize
Chris Hegarty 84d6099da9 8213296: Fix legal headers in test/jdk/java/net
Reviewed-by: alanb, dfuchs
2018-11-02 16:11:29 +00:00
..
Inet6AddressSerializationTest.java 8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently 2018-09-07 09:09:31 +08:00
Inet6AddressSerTest.java 8213296: Fix legal headers in test/jdk/java/net 2018-11-02 16:11:29 +00:00
Readme.txt 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
serial1.4.2.ser 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
serial-bge0.ser 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Serialize.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00

This test uses 2 binary data files that were each created by serializing an Inet6Address instance.
In both cases this has to do with the tricky issue of scopes in serialized addresses.

serial1.4.2.ser: Was created by serializing an Inet6Address (::1) with J2SE 1.4.2 and is used to check for backward compatibility.

serial-bge0.ser: Was created on a Sparc workstation because it has an uncommon interface name ('bge0') which is useful for the test.