hg: jdk8/tl/jdk: 7188657: There should be a way to reorder the JSSE ciphers

2013-09-07 Thread xuelei . fan
Changeset: 0f47f9f622d9 Author:xuelei Date: 2013-09-07 17:05 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0f47f9f622d9 7188657: There should be a way to reorder the JSSE ciphers Reviewed-by: weijun, wetmore ! src/share/classes/javax/net/ssl/SSLParameters.java ! src/share/c

Re: @Supported design issues

2013-09-07 Thread Joe Darcy
On 9/5/2013 8:23 PM, mark.reinh...@oracle.com wrote: 2013/9/5 12:33 -0700, joe.da...@oracle.com: IMO, the high order goal here should be getting the "is this API okay to use" information encoded into the source code and class files. Given that you've already compiled that information, I think th

Re: RFR: 8023339 : (xs) Rename Collection.removeIf(Predicate) to removeAll(Predicate)

2013-09-07 Thread Brian Goetz
One of the main consequences of how lambda matching rules panned out is that it is in general a bad idea to overload any method accepting a lambda. It is only a bad idea to overload methods that take same-arity lambdas in the same position. removeAll(Collection) vs removeAll(Predicate)

Re: RFR: Changes to disable and/or remove Solaris 32-bit from JDK8

2013-09-07 Thread Staffan Larsen
This is a welcome change. I've looked at the serviceability test and the changes look good except: test/demo/jvmti/DemoRun.java test/sun/tools/jhat/HatRun.java - Looks like there are still some -d64 remnants that I wasn't expecting. Thanks, /Staffan On 6 sep 2013, at 22:17, Kumar Srinivasan