hg: jdk7/tl/jdk: 6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets; ...

2010-03-23 Thread christopher . hegarty
Changeset: 8a9ebdc27045
Author:chegar
Date:  2010-03-23 13:54 +
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8a9ebdc27045

6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all 
its Sockets
6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected 
sockets not implemented"
6766775: X509 certificate hostname checking is broken in JDK1.6.0_10
Summary: All three bugs are interdependent
Reviewed-by: xuelei

! src/share/classes/javax/net/SocketFactory.java
! src/share/classes/sun/net/NetworkClient.java
! src/share/classes/sun/net/www/protocol/https/HttpsClient.java
! src/share/classes/sun/security/ssl/SSLSocketImpl.java
+ 
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java
+ 
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java
+ 
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java
+ 
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java
+ 
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java
+ 
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java
+ 
test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java



hg: jdk7/tl/langtools: 6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used output of javap is changed

2010-03-23 Thread jonathan . gibbons
Changeset: dd30de080cb9
Author:jjg
Date:  2010-03-23 18:05 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/dd30de080cb9

6937244: sqe ws7 tools javap/javap_t10a fail jdk7 b80 used  output of javap is 
changed
Reviewed-by: darcy

! src/share/classes/com/sun/tools/javap/ClassWriter.java
+ test/tools/javap/6937244/T6937244.java
+ test/tools/javap/6937244/T6937244A.java



hg: jdk7/tl/jdk: 6915365: 3/4 assert(false, "Unsupported VMGlobal Type") at management.cpp:1540

2010-03-23 Thread daniel . daugherty
Changeset: f8c9a5e3f5db
Author:dcubed
Date:  2010-03-23 19:03 -0700
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f8c9a5e3f5db

6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
Summary: Remove exception throw to decouple JDK and HotSpot additions of known 
types.
Reviewed-by: mchung

! src/share/native/sun/management/Flag.c