hg: hsx/hotspot-rt/hotspot: 2 new changesets

2012-01-23 Thread coleen . phillimore
Changeset: af739d5ab23c Author:bpittore Date: 2012-01-21 23:02 -0500 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/af739d5ab23c 6972759: Step over not working after thrown exception and Pop Summary: reset jvmtithreadstate exception state after frame pop and forceearlyr

hg: hsx/hotspot-rt/langtools: 8 new changesets

2012-01-23 Thread john . coomes
Changeset: 116f68a5e677 Author:jjg Date: 2011-12-23 22:30 + URL: http://hg.openjdk.java.net/hsx/hotspot-rt/langtools/rev/116f68a5e677 7124605: typos in javac comments Reviewed-by: ksrini ! test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java ! test/tools/java

hg: jdk8/tl/jdk: 7132338: Use @code friendly idiom for '\' in javadoc

2012-01-23 Thread joe . darcy
Changeset: 91471160 Author:darcy Date: 2012-01-23 12:17 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/91471160 7132338: Use @code friendly idiom for '\' in javadoc Reviewed-by: alanb ! src/share/classes/java/io/DataInput.java ! src/share/classes/java/io/LineNumberIn

hg: jdk8/tl/jdk: 2 new changesets

2012-01-23 Thread sean . mullan
Changeset: 3df0bd3ed880 Author:mullan Date: 2012-01-23 12:17 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3df0bd3ed880 7131084: XMLDSig XPathFilter2Transform regression involving intersect filter Reviewed-by: xuelei ! src/share/classes/com/sun/org/apache/xml/internal/secu

Re: RFR (XS) : 7131346 Parsing of boolean arguments to diagnostic commands is broken

2012-01-23 Thread Daniel D. Daugherty
src/share/vm/services/diagnosticArgument.cpp Maybe the following comment before line 65: // len is the length of the current token starting at str However, that's just a suggestion. Thumbs up. Dan On 1/20/12 7:45 AM, Frederic Parain wrote: Thanks David, I just need a second reviewer

hg: jdk8/tl/jdk: 7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing

2012-01-23 Thread xuelei . fan
Changeset: d383b5d128e3 Author:xuelei Date: 2012-01-23 04:44 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d383b5d128e3 7132248: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing Reviewed-by: alanb ! test/sun/security/ssl/s

Re: Code review request [JDK 8]: 7132248, sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing

2012-01-23 Thread Alan Bateman
On 23/01/2012 12:21, Xuelei Fan wrote: Webrev: http://cr.openjdk.java.net/~xuelei/7132248/webrev.00/ In JDK 8, the regression tests of JSSE (HTTP/TLS) run in agentvm mode. In agentvm mode, multiple threads may share the thread pool. SunJSSE implementation initialize the SSL/TLS context at t

Code review request [JDK 8]: 7132248, sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/CookieHttpsClientTest.java failing

2012-01-23 Thread Xuelei Fan
Webrev: http://cr.openjdk.java.net/~xuelei/7132248/webrev.00/ In JDK 8, the regression tests of JSSE (HTTP/TLS) run in agentvm mode. In agentvm mode, multiple threads may share the thread pool. SunJSSE implementation initialize the SSL/TLS context at the first time the context get loaded, a