Re: RFR: JDK-8243376: java.net.SocketPermission.implies(Permission p) spec is mismatching with implementation [v9]

2021-12-20 Thread Jayashree S Kumar
On Wed, 10 Mar 2021 17:32:30 GMT, Jayashree S Kumar wrote: >> Issue >> >> https://bugs.openjdk.java.net/browse/JDK-8243376 >> >> Problem >> >> The scenario is: >> - Some specified target hostname resolves to two IP addresses (always the >> same address pair). >> - The DNS resolved order of

Re: RFR: 8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java

2021-12-20 Thread Daniel Jeliński
On Fri, 17 Dec 2021 14:52:53 GMT, Jaikiran Pai wrote: > Can I please get a review for this test only change which proposes to enable > debug logs from the test that failed intermittently? This change addresses > https://bugs.openjdk.java.net/browse/JDK-8278961. > > The change passes the (test

Re: RFR: 8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java

2021-12-20 Thread Daniel Jeliński
On Sat, 18 Dec 2021 02:35:24 GMT, Jaikiran Pai wrote: >> test/jdk/java/net/DatagramSocket/SendDatagramToBadAddress.java line 182: >> >>> 180: } catch (InterruptedIOException ex) { >>> 181: print ("socket timeout"); >>> 182: } catch (Exception ex) { >> >>

Re: RFR: 8278961: Enable debug logging in java/net/DatagramSocket/SendDatagramToBadAddress.java

2021-12-20 Thread Mark Sheppard
On Mon, 20 Dec 2021 08:51:17 GMT, Daniel Jeliński wrote: >> Here too I didn't want to change the current behaviour/code of the test. >> It's not just this catch block but even the one a few lines above which >> catches `InterruptedIOException`. Neither the `send()` nor the `receive()` >> APIs