hg: jdk/jdk: 2 new changesets
jianglizhou at google.com
jianglizhou at google.com
Wed Mar 13 17:39:04 UTC 2019
Changeset: 954399cb6959
Author: aeubanks
Date: 2019-03-13 09:12 -0700
URL: http://hg.openjdk.java.net/jdk/jdk/rev/954399cb6959
8220585: Incorrect code in MulticastSocket sample code
Summary: Sample code shows that String.length() can be passed to a DatagramPacket along with String.getBytes(), but is incorrect for non-ASCII Strings.
Reviewed-by: martin, chegar
Contributed-by: aeubanks at google.com
! src/java.base/share/classes/java/net/MulticastSocket.java
Changeset: d58599c7cdef
Author: jiangli
Date: 2019-03-13 10:37 -0700
URL: http://hg.openjdk.java.net/jdk/jdk/rev/d58599c7cdef
Merge
More information about the jdk-all-changes
mailing list