hg: jdk7/tl/jdk: 6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM

2011-04-22 Thread vincent . x . ryan
Changeset: d64f9348c7ca Author:vinnie Date: 2011-04-22 17:03 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d64f9348c7ca 6931562: Support SunMSCAPI Security Provider in Windows 64-bit releases of JVM Reviewed-by: mullan ! make/java/security/Makefile ! make/sun/security/Makef

hg: jdk7/tl/jdk: 7038885: Improved bulk operation disclaimers for concurrent collections

2011-04-22 Thread chris . hegarty
Changeset: 7c1cdb9c81a6 Author:dl Date: 2011-04-22 16:33 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7c1cdb9c81a6 7038885: Improved bulk operation disclaimers for concurrent collections Reviewed-by: chegar ! src/share/classes/java/util/concurrent/ConcurrentLinkedDeque.jav

hg: jdk7/tl/jdk: 7025227: SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer; ...

2011-04-22 Thread sean . coffey
Changeset: 48f659a09ed4 Author:coffeys Date: 2011-04-22 11:03 +0100 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/48f659a09ed4 7025227: SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer 6932403: SSLSocketImpl state issue Reviewed-by: x

Re: codereview request for 7025227 & 6932403

2011-04-22 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei (Andrew) On 4/22/2011 5:20 PM, Seán Coffey wrote: Andrew, this is a code review request for the recent SSLSocketImpl issues that we've been working on. 7025227 SSLSocketImpl does not close the TCP layer socket if a close notify cannot be sent to the peer 693