Re: RFR 8064924: Update java.net.URL to work with modules

2015-02-09 Thread Chris Hegarty
Thank you for the comments Alan. On 06/02/15 10:20, Alan Bateman wrote: On 04/02/2015 15:11, Chris Hegarty wrote: Agreed. Updated in-place http://cr.openjdk.java.net/~chegar/8064924/03/specdiff/overview-summary.html I think the approach and naming is good. A few small comments on the wording

JDK 9 RFR of JDK-8041395: Doclint regression in java.net.SocketOption

2015-02-09 Thread joe darcy
Hello, Please review these straightforward changes to address some doclint issues in java.net: JDK-8041395: Doclint regression in java.net.SocketOption http://cr.openjdk.java.net/~darcy/8041395.0/ Patch below. Thanks, -Joe --- old/src/java.base/share/classes/java/net/DatagramSocket

Re: JDK 9 RFR of JDK-8041395: Doclint regression in java.net.SocketOption

2015-02-09 Thread Lance Andersen
looks fine joe best lance On Feb 9, 2015, at 6:27 PM, joe darcy wrote: > Hello, > > Please review these straightforward changes to address some doclint issues in > java.net: > >JDK-8041395: Doclint regression in java.net.SocketOption >http://cr.openjdk.java.net/~darcy/8041395.0/ > >