git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Tue Jun 9 14:36:08 UTC 2020
Changeset: ac906168
Author: Patrick Concannon <pconcannon at openjdk.org>
Date: 2020-06-09 15:26:53 +0000
URL: https://git.openjdk.java.net/mobile/commit/ac906168
8243999: DatagramSocket and MulticastSocket constructors don't specify how a null InetAddress is handled
This fix clarifies the behaviours of constructors from DatagramSocket and MulticastSocket when no address or a null address is supplied.
Reviewed-by: dfuchs
! src/java.base/share/classes/java/net/DatagramSocket.java
! src/java.base/share/classes/java/net/MulticastSocket.java
! test/jdk/java/net/DatagramSocket/Constructor.java
+ test/jdk/java/net/MulticastSocket/Constructor.java
Changeset: 6b9b68fe
Author: duke <duke at openjdk.org>
Date: 2020-06-09 14:35:26 +0000
URL: https://git.openjdk.java.net/mobile/commit/6b9b68fe
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list