hg: type-annotations/type-annotations/jdk: 9 new changesets
wdietl at gmail.com
wdietl at gmail.com
Fri Sep 28 00:30:31 PDT 2012
Changeset: f0aa997ad78b
Author: valeriep
Date: 2012-09-25 11:27 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f0aa997ad78b
7199941: test about AES/ECB mode fails
Summary: Fixed the problem of field "blockMode" not having correct value for AES algorithms.
Reviewed-by: vinnie
! src/share/classes/sun/security/pkcs11/P11Cipher.java
Changeset: 4fcbddfd97f0
Author: valeriep
Date: 2012-09-25 11:31 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4fcbddfd97f0
7199939: DSA 576 and 640 bit keys fail when initializing for No precomputed parameters
Summary: Fixed initialize(int, SecureRandom) call to not error out when no precomputed params available.
Reviewed-by: vinnie
! src/share/classes/sun/security/provider/DSAKeyPairGenerator.java
! src/share/classes/sun/security/provider/DSAParameterGenerator.java
! src/share/classes/sun/security/provider/ParameterCache.java
Changeset: a58585051c4b
Author: xuelei
Date: 2012-09-26 21:05 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a58585051c4b
7200295: CertificateRequest message is wrapping when using large numbers of Certs
Reviewed-by: wetmore
! src/share/classes/sun/security/ssl/HandshakeMessage.java
! src/share/classes/sun/security/ssl/HandshakeOutStream.java
! src/share/classes/sun/security/ssl/Record.java
+ test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/CertRequestOverflow.java
Changeset: 790b81b631ba
Author: alanb
Date: 2012-09-27 10:30 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/790b81b631ba
7200742: (se) Selector.select does not block when starting Coherence (sol)
Reviewed-by: chegar
! src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java
+ test/java/nio/channels/Selector/ChangingInterests.java
Changeset: 9e879c0288c2
Author: andrew
Date: 2012-09-27 17:55 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9e879c0288c2
7201205: Add Makefile configuration option to build with unlimited crypto in OpenJDK.
Summary: Allow OpenJDK to use the unlimited crypto policy.
Reviewed-by: wetmore, ohair
! make/javax/crypto/Makefile
Changeset: 11a5da68673c
Author: robm
Date: 2012-09-27 22:35 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/11a5da68673c
7199862: Make sure that a connection is still alive when retrieved from KeepAliveCache in certain cases
Reviewed-by: chegar
! src/share/classes/sun/net/www/http/HttpClient.java
! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
Changeset: b3c7a3138c5d
Author: robm
Date: 2012-09-28 04:39 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b3c7a3138c5d
7199219: Proxy-Connection headers set incorrectly when a HttpClient is retrieved from the Keep Alive Cache
Reviewed-by: chegar
! src/share/classes/sun/net/www/http/HttpClient.java
! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
Changeset: 7529cc41e637
Author: peytoia
Date: 2012-09-28 14:14 +0900
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7529cc41e637
7069824: Support for BCP47 locale matching
Reviewed-by: naoto, okutsu
! src/share/classes/java/util/Locale.java
+ src/share/classes/sun/util/locale/LocaleEquivalentMaps.java
+ src/share/classes/sun/util/locale/LocaleMatcher.java
+ test/java/util/Locale/Bug7069824.java
+ test/java/util/Locale/tools/EquivMapsGenerator.java
+ test/java/util/Locale/tools/language-subtag-registry.txt
Changeset: 1d6eec81c129
Author: wmdietl
Date: 2012-09-28 00:29 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1d6eec81c129
Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk
More information about the type-annotations-dev
mailing list