git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Fri Aug 7 19:45:36 UTC 2020


Changeset: c8c4d837
Author:    Patrick Concannon <pconcannon at openjdk.org>
Date:      2020-08-07 20:39:10 +0000
URL:       https://git.openjdk.java.net/mobile/commit/c8c4d837

8250886: java/net/DatagramSocket/SendReceiveMaxSize.java fails in timeout

SO_RCVBUF was previously set to match the SO_SNDBUF, however the kernel value for SO_RCVBUF is much larger. This mismatch caused the test to fail, and the fix removes this issue.

Reviewed-by: alanb, dfuchs

! src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c
! test/jdk/java/net/DatagramSocket/SendReceiveMaxSize.java

Changeset: 6ebb9caf
Author:    duke <duke at openjdk.org>
Date:      2020-08-07 19:42:26 +0000
URL:       https://git.openjdk.java.net/mobile/commit/6ebb9caf

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list