Re: Code Review Request: 7122707 update Security Providers to JDK8

2013-09-16 Thread Weijun Wang
On 9/17/13 9:27 AM, Xuelei Fan wrote: src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java == As above, I'm not sure native JGSS provider is using JDK version as the provider version. -super(NAME, 1.0, INFO);

Re: Code Review Request: 7122707 update Security Providers to JDK8

2013-09-16 Thread Xuelei Fan
On 9/17/2013 9:44 AM, Anthony Scarpino wrote: > On 09/16/2013 06:27 PM, Xuelei Fan wrote: >> src/macosx/classes/apple/security/AppleProvider.java >> >> I'm not sure apple provider is using the JDK version as the provider >> version. >> -s

Re: Code Review Request: 7122707 update Security Providers to JDK8

2013-09-16 Thread Anthony Scarpino
On 09/16/2013 06:27 PM, Xuelei Fan wrote: src/macosx/classes/apple/security/AppleProvider.java I'm not sure apple provider is using the JDK version as the provider version. -super("Apple", 1.1, info); +super("Apple", 1.8d, info)

Re: Code Review Request: 7122707 update Security Providers to JDK8

2013-09-16 Thread Xuelei Fan
src/macosx/classes/apple/security/AppleProvider.java I'm not sure apple provider is using the JDK version as the provider version. -super("Apple", 1.1, info); +super("Apple", 1.8d, info); src/share/classes/sun/security/jgss/wrapp

Code Review Request: 7122707 update Security Providers to JDK8

2013-09-16 Thread Anthony Scarpino
Hi, I'd like a review of these quick changes to the security providers. 7122707 Security Providers need to have their version numbers updated for JDK8 http://cr.openjdk.java.net/~ascarpino/7122707/webrev.00/ thanks Tony

hg: jdk8/tl/jdk: 8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator)

2013-09-16 Thread henry . jen
Changeset: 86aa8e7503e9 Author:henryjen Date: 2013-09-16 10:28 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/86aa8e7503e9 8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator) Reviewed-by: mduigou ! src/share/classes/java/util/Comparat

hg: jdk8/tl/jdk: 6458027: Disabling IPv6 on a specific network interface causes problems

2013-09-16 Thread chris . hegarty
Changeset: db0fc2b71298 Author:msheppar Date: 2013-09-16 14:51 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/db0fc2b71298 6458027: Disabling IPv6 on a specific network interface causes problems Summary: added a check to test if an interface is configured for IPv6 to native

hg: jdk8/tl/nashorn: 2 new changesets

2013-09-16 Thread sundararajan . athijegannathan
Changeset: 38378024a332 Author:sundar Date: 2013-09-16 15:08 +0530 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/38378024a332 8024847: Java.to should accept mirror and external JSObjects as array-like objects as well Reviewed-by: hannesw, attila, lagergren ! src/jdk/nashorn/

hg: jdk8/tl/langtools: 8021112: Spurious unchecked warning reported by javac; ...

2013-09-16 Thread vicente . romero
Changeset: 4ce8148ffc4f Author:jlahoda Date: 2013-09-16 14:13 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/4ce8148ffc4f 8021112: Spurious unchecked warning reported by javac 6480588: No way to suppress deprecation warnings when implementing deprecated interface Summa