Re: JDK 9 RFR: JDK-8030082 Fix raw types lint warnings, etc. in various sun.security libraries

2013-12-13 Thread Chris Hegarty
Looks ok to me Joe. -Chris. On 13 Dec 2013, at 06:02, Joe Darcy joe.da...@oracle.com wrote: Hello, Please review the below straightforward fix for JDK-8030082 Fix raw types lint warnings, etc. in various sun.security libraries https://bugs.openjdk.java.net/browse/JDK-8030082

hg: jdk8/tl: 4 new changesets

2013-12-13 Thread lana . steuck
Changeset: 6c9cfee19264 Author:katleman Date: 2013-12-04 23:10 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/rev/6c9cfee19264 Added tag jdk8-b119 for changeset 9e90215673be ! .hgtags Changeset: f204455b60cc Author:lana Date: 2013-12-05 10:32 -0800 URL:

hg: jdk8/tl/corba: 2 new changesets

2013-12-13 Thread lana . steuck
Changeset: 53fd772d28c8 Author:katleman Date: 2013-12-04 23:10 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/53fd772d28c8 Added tag jdk8-b119 for changeset 379fc7609beb ! .hgtags Changeset: a7d3638deb2f Author:katleman Date: 2013-12-12 05:20 -0800 URL:

Re: JDK 9 RFR: JDK-8030082 Fix raw types lint warnings, etc. in various sun.security libraries

2013-12-13 Thread Sean Mullan
Looks fine to me. --Sean On 12/13/2013 01:02 AM, Joe Darcy wrote: Hello, Please review the below straightforward fix for JDK-8030082 Fix raw types lint warnings, etc. in various sun.security libraries https://bugs.openjdk.java.net/browse/JDK-8030082 Webrev also visible at

hg: jdk8/tl/langtools: 8029721: javac crash for annotated parameter type of lambda in a field

2013-12-13 Thread vicente . romero
Changeset: 8832b6048e65 Author:vromero Date: 2013-12-13 14:13 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/8832b6048e65 8029721: javac crash for annotated parameter type of lambda in a field Reviewed-by: rfield, jfranck !

JDK 9 RFR JDK-8030084 Fix lint warnings in sun.security.tools.policytool

2013-12-13 Thread Joe Darcy
Hello, Please review these changes to remove several dozen warnings from the sources to policytool: JDK-8030084 Fix lint warnings in sun.security.tools.policytool https://bugs.openjdk.java.net/browse/JDK-8030084 Patch below; webrev at http://cr.openjdk.java.net/~darcy/8030084.0/

Re: JDK 9 RFR JDK-8030084 Fix lint warnings in sun.security.tools.policytool

2013-12-13 Thread Sean Mullan
Looks fine to me. I assume you will add the appropriate noreg label before pushing? --Sean On 12/13/2013 11:16 AM, Joe Darcy wrote: Hello, Please review these changes to remove several dozen warnings from the sources to policytool: JDK-8030084 Fix lint warnings in

Re: JDK 9 RFR JDK-8030084 Fix lint warnings in sun.security.tools.policytool

2013-12-13 Thread Joseph Darcy
Will do Sean; thanks, -Joe On 12/13/2013 11:27 AM, Sean Mullan wrote: Looks fine to me. I assume you will add the appropriate noreg label before pushing? --Sean On 12/13/2013 11:16 AM, Joe Darcy wrote: Hello, Please review these changes to remove several dozen warnings from the sources to

hg: jdk8/tl/jdk: 2 new changesets

2013-12-13 Thread mike . duigou
Changeset: a7ed72627c3f Author:mduigou Date: 2013-12-13 13:34 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a7ed72627c3f 8029055: Map.merge implementations should refuse null value param Reviewed-by: briangoetz, dl ! src/share/classes/java/util/HashMap.java !

hg: jdk8/tl/jdk: 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons

2013-12-13 Thread stuart . marks
Changeset: 6c343d3d2721 Author:smarks Date: 2013-12-13 18:08 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6c343d3d2721 8027536: rmic: add deprecation warning message when generating JRMP static stubs/skeletons Reviewed-by: mchung, dmocek !