hg: jdk8/tl/jdk: 8023647: "abc1c".matches("(\\w)+1\\1")) returns false

2013-08-27 Thread xueming . shen
Changeset: 3f6777cbfe69 Author:sherman Date: 2013-08-27 12:54 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3f6777cbfe69 8023647: "abc1c".matches("(\\w)+1\\1")) returns false Summary: to correct the wrong GroupCurly group index backoff code Reviewed-by: alanb ! src/share/cl

hg: jdk8/tl/langtools: 8023826: Typo in warning about obsolete source / target values

2013-08-27 Thread joe . darcy
Changeset: 662a5188bded Author:darcy Date: 2013-08-27 11:58 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/662a5188bded 8023826: Typo in warning about obsolete source / target values Reviewed-by: jjg, wmdietl ! src/share/classes/com/sun/tools/javac/main/JavaCompiler.ja

hg: jdk8/tl/langtools: 7052170: javadoc -charset option generates wrong meta tag

2013-08-27 Thread bhavesh . x . patel
Changeset: 7fb27bc201cc Author:bpatel Date: 2013-08-27 11:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7fb27bc201cc 7052170: javadoc -charset option generates wrong meta tag Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/HtmlDocletWriter.j

hg: jdk8/tl/jdk: 8023827: Fix doclint issues in javax.net.ssl

2013-08-27 Thread joe . darcy
Changeset: 51151b440e95 Author:darcy Date: 2013-08-27 11:46 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/51151b440e95 8023827: Fix doclint issues in javax.net.ssl Reviewed-by: wetmore, xuelei ! src/share/classes/javax/net/ssl/SNIHostName.java ! src/share/classes/javax/net/

hg: jdk8/tl/jdk: 8023681: Fix raw type warning caused by Sink

2013-08-27 Thread henry . jen
Changeset: 35c1609d9488 Author:henryjen Date: 2013-08-09 09:05 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/35c1609d9488 8023681: Fix raw type warning caused by Sink Reviewed-by: mduigou, briangoetz ! src/share/classes/java/util/stream/Collectors.java ! src/share/classes/j

hg: jdk8/tl/jdk: 2 new changesets

2013-08-27 Thread sean . mullan
Changeset: 6a1bfcde4d4d Author:mullan Date: 2013-08-27 12:04 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6a1bfcde4d4d 8019830: Add com.sun.media.sound to the list of restricted package Reviewed-by: vinnie ! src/share/lib/security/java.security-linux ! src/share/lib/securi

hg: jdk8/tl/jdk: 8023769: JDK-8016850 broke the old build

2013-08-27 Thread sean . mullan
Changeset: 134283a88499 Author:mullan Date: 2013-08-27 10:46 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/134283a88499 8023769: JDK-8016850 broke the old build Summary: remove files that were moved/removed from com/sun/security/auth/FILES_java.gmk Reviewed-by: chegar, xuel

Re: [8] Request for review: 8023769: JDK-8016850 broke the old build

2013-08-27 Thread Xuelei Fan
Looks fine to me. Xuelei On Aug 27, 2013, at 22:01, Sean Mullan wrote: > Hi, > > Could you please review my fix for 8023769: > > webrev: http://cr.openjdk.java.net/~mullan/webrevs/8023769/webrev.00/ > > The bug is not yet available on bugs.sun.com, but basically the fix for > JDK-8016850 mo

hg: jdk8/tl/nashorn: 10 new changesets

2013-08-27 Thread sundararajan . athijegannathan
Changeset: badc919cd621 Author:lagergren Date: 2013-08-23 14:16 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/nashorn/rev/badc919cd621 8023550: -d option was broken for any dir but '.'. Fixed Java warnings. Reviewed-by: jlaskey, sundar ! buildtools/nasgen/src/jdk/nashorn/internal/

Re: [8] Request for review: 8023769: JDK-8016850 broke the old build

2013-08-27 Thread Chris Hegarty
Looks fine Sean. I'll refrain from making the obvious comment on the old build ;-) -Chris. On 27/08/2013 15:01, Sean Mullan wrote: Hi, Could you please review my fix for 8023769: webrev: http://cr.openjdk.java.net/~mullan/webrevs/8023769/webrev.00/ The bug is not yet available on bugs.sun.c

Re: [8] Request for review: 8019830: Add com.sun.media.sound to the list of restricted packages

2013-08-27 Thread Vincent Ryan
Those changes look fine to me. On 27 Aug 2013, at 14:34, Sean Mullan wrote: > Hi, > > Could you please review my fix for 8019830: > > webrev: http://cr.openjdk.java.net/~mullan/webrevs/8019830/webrev.00/ > > The bug is not yet available on bugs.sun.com, so here is the description of > the bu

[8] Request for review: 8023769: JDK-8016850 broke the old build

2013-08-27 Thread Sean Mullan
Hi, Could you please review my fix for 8023769: webrev: http://cr.openjdk.java.net/~mullan/webrevs/8023769/webrev.00/ The bug is not yet available on bugs.sun.com, but basically the fix for JDK-8016850 moved/removed 2 files and the corresponding Makefile was not updated which broke the old bu

[8] Request for review: 8019830: Add com.sun.media.sound to the list of restricted packages

2013-08-27 Thread Sean Mullan
Hi, Could you please review my fix for 8019830: webrev: http://cr.openjdk.java.net/~mullan/webrevs/8019830/webrev.00/ The bug is not yet available on bugs.sun.com, so here is the description of the bug: com.sun.media.sound should be added to the list of restricted packages in JDK 8. This me

hg: jdk8/tl/jdk: 2 new changesets

2013-08-27 Thread weijun . wang
Changeset: ca53110f1c74 Author:weijun Date: 2013-08-27 17:50 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ca53110f1c74 8015669: KerberosPrincipal::equals should ignore name-type Reviewed-by: mullan ! src/share/classes/javax/security/auth/kerberos/KerberosPrincipal.java + t