Re: Code review request, CR 7174244, NPE in Krb5ProxyImpl.getServerKeys()

2012-06-11 Thread Steven Read
Xuelei Fan writes: > > On 6/8/2012 8:31 PM, Steven Read wrote: > > Xuelei Fan writes: > > > >> > >> On 6/6/2012 9:11 PM, Weijun Wang wrote: > >>> Hi Xuelei > >>> > >>> I don't quite understand the bug report. Certainly it's good to prevent > >>> that NPE, but why must the cipher suites be orde

hg: jdk8/tl/jdk: 7171917: CachedRowSetImpl.populate does not handle map properly

2012-06-11 Thread lance . andersen
Changeset: 46ff1b63b0c3 Author:lancea Date: 2012-06-11 07:10 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/46ff1b63b0c3 7171917: CachedRowSetImpl.populate does not handle map properly Reviewed-by: joehw ! src/share/classes/com/sun/rowset/CachedRowSetImpl.java

hg: jdk8/tl/langtools: 7160072: (javac) JavacParserTests needs cleanup

2012-06-11 Thread kumar . x . srinivasan
Changeset: 9cafabb5e576 Author:ksrini Date: 2012-06-11 15:33 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/9cafabb5e576 7160072: (javac) JavacParserTests needs cleanup Reviewed-by: jjg ! test/tools/javac/parser/JavacParserTest.java

hg: jdk8/tl/jaxp: 7157608: One feature is not recognized.

2012-06-11 Thread huizhe . wang
Changeset: 238d2d0249af Author:joehw Date: 2012-06-08 11:28 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/238d2d0249af 7157608: One feature is not recognized. Summary: adding feature standard-uri-conformant into the recognized list Reviewed-by: psandoz ! src/com/sun/org/ap

hg: jdk8/tl/jdk: 2 new changesets

2012-06-11 Thread staffan . larsen
Changeset: 82c41d3065e2 Author:sla Date: 2012-06-07 15:28 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/82c41d3065e2 7165257: Add JFR tests to the JDK code base Reviewed-by: ohair, dholmes, nloodin, mgronlun ! make/jprt.properties ! test/Makefile Changeset: 961807959c5f Au

hg: jdk8/tl: 7165257: Add JFR tests to the JDK code base

2012-06-11 Thread staffan . larsen
Changeset: df998cd4d51d Author:sla Date: 2012-06-07 15:28 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/rev/df998cd4d51d 7165257: Add JFR tests to the JDK code base Reviewed-by: ohair, dholmes, nloodin, mgronlun ! make/jprt.properties

hg: jdk8/tl/jaxp: 7157610: NullPointerException occurs when parsing XML doc

2012-06-11 Thread huizhe . wang
Changeset: f328914a04ea Author:joehw Date: 2012-06-11 15:47 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/f328914a04ea 7157610: NullPointerException occurs when parsing XML doc Summary: recovers what was the original disallow-doctype-decl, reporting error when disallow-doc

hg: jdk8/tl: 7175802: Missing jdk_jfr in top-level make file

2012-06-11 Thread staffan . larsen
Changeset: 1af3996aa431 Author:sla Date: 2012-06-11 20:52 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/rev/1af3996aa431 7175802: Missing jdk_jfr in top-level make file Reviewed-by: alanb ! test/Makefile

Re: Code review request, CR 7174244, NPE in Krb5ProxyImpl.getServerKeys()

2012-06-11 Thread Xuelei Fan
Hi Steven, JSSE is a provider based framework. And compatibility is one of the most important facts users concerns. That's to say, a provider developed for JDK 6 is expected to work with JDK 7. As implies that sometimes, we cannot changes the specification for some certain cases. Otherwise, we