RFR [9] 8155086: Replace usage of -Djdk.launcher.limitmods in tests with -limitmods

2016-05-23 Thread Chris Hegarty
Replace usage of -Djdk.launcher.limitmods, in several networking and NIO tests, with -limitmods now that jtreg with support for -limitmods is available. -Chris. diff --git a/test/java/net/SocketOption/OptionsTest.java b/test/java/net/SocketOption/OptionsTest.java ---

Re: RFR 8136933: Additional tests for Solaris SO_FLOW_SLA socket option in JDK 9

2016-05-23 Thread Svetlana Nikandrova
Alan, Chris, thank you for your comments. I've decided to do as Chris suggested and updated existing test test/jdk/net/Sockets/Test.java instead of creating a new one. Please see updated review: http://cr.openjdk.java.net/~snikandrova/8136933/webrev.03/

Re: RFR 8143923 :DatagramSocket and MulticastSocket supportedOptions set depends on call order

2016-05-23 Thread Chris Hegarty
On 23/05/16 05:04, vyom wrote: Hi All, Please review the below code change. Bug : JDK-8143923 DatagramSocket and MulticastSocket supportedOptions set depends on call order Webrev : http://cr.openjdk.java.net/~vtewari/8143923/webrev0.0/index.html

Re: JDK 9 RFR of JDK-8157499: Mark several tests from jdk_net as intermittently failing

2016-05-23 Thread Chris Hegarty
On 23/05/16 07:39, Amy Lu wrote: Below tests are known to fail intermittently. This patch is to mark the test accordingly with keyword 'intermittent’ until issue resolved. java/net/MulticastSocket/TestInterfaces.java (JDK-8134989) java/net/DatagramSocket/PortUnreachable.java (JDK-8085875)

Re: JEP 110: leeway for API changes?

2016-05-23 Thread Michael McMahon
Hi, API changes are still possible. Sorry, I haven't gotten around to replying to all feedback, but I will do this week. Thanks Michael On 19/05/16 15:02, Simone Bordet wrote: Hi, On Thu, May 19, 2016 at 3:54 PM, Anthony Vanelverdinghe wrote: Hi With the

JDK 9 RFR of JDK-8157499: Mark several tests from jdk_net as intermittently failing

2016-05-23 Thread Amy Lu
Below tests are known to fail intermittently. This patch is to mark the test accordingly with keyword 'intermittent’ until issue resolved. java/net/MulticastSocket/TestInterfaces.java (JDK-8134989) java/net/DatagramSocket/PortUnreachable.java (JDK-8085875)