8022661: InetAddress.writeObject() performs flush() on object output stream
Reviewed-by: michaelm, alanb
This commit is contained in:
parent
87efa706f1
commit
a446ab4d6b
@ -1601,7 +1601,6 @@ class InetAddress implements java.io.Serializable {
|
|||||||
pf.put("address", holder().getAddress());
|
pf.put("address", holder().getAddress());
|
||||||
pf.put("family", holder().getFamily());
|
pf.put("family", holder().getFamily());
|
||||||
s.writeFields();
|
s.writeFields();
|
||||||
s.flush();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user