--- old/test/jdk/java/util/EnumSet/BogusEnumSet.java 2017-12-04 19:45:47.929913244 -0800 +++ new/test/jdk/java/util/EnumSet/BogusEnumSet.java 2017-12-04 19:45:47.725911245 -0800 @@ -34,7 +34,7 @@ public static void main(String[] args) throws Throwable { // This test depends on the current serialVersionUID of EnumSet, // which may change if the EnumSet class is modified. - // The current value is 4168005130090799668L = 0x39D7BA9531116234L + // The current value is -2409567991088730183L = 0xde8f7eadb5012fb9L // If the value changes, it will have to be patched into the // serialized byte stream below at the location noted. byte[] serializedForm = { @@ -47,7 +47,7 @@ 0x11, 0x6a, 0x61, 0x76, 0x61, 0x2e, 0x75, 0x74, 0x69, 0x6c, 0x2e, 0x45, 0x6e, 0x75, 0x6d, 0x53, 0x65, 0x74, // EnumSet's serialVersionUID is the following eight bytes (big-endian) - 0x39, (byte)0xd7, (byte)0xba, (byte)0x95, 0x31, 0x11, 0x62, 0x34, + (byte)0xde, (byte)0x8f, 0x7e, (byte)0xad, (byte)0xb5, (byte)0x01, 0x2f, (byte)0xb9, 0x2, 0x0, 0x2, 0x4c, 0x0, 0xb, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x74, 0x0, 0x11, 0x4c, 0x6a, 0x61, 0x76, 0x61, 0x2f, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x43, 0x6c, 0x61, 0x73,