提交 c96de176 编写于 作者: C chegar

8022661: InetAddress.writeObject() performs flush() on object output stream

Reviewed-by: michaelm, alanb
上级 748c53ec
......@@ -1601,7 +1601,6 @@ class InetAddress implements java.io.Serializable {
pf.put("address", holder().getAddress());
pf.put("family", holder().getFamily());
s.writeFields();
s.flush();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册