hg: type-annotations/type-annotations/jdk: 15 new changesets
wdietl at gmail.com
wdietl at gmail.com
Mon Dec 31 01:33:00 PST 2012
Changeset: c1227b872a12
Author: joehw
Date: 2012-12-21 17:29 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c1227b872a12
8005280: (props) Improve test coverage for small XML parser
Summary: added a few more invalid XML files, international characters to LoadAndStore test, and a behavior compatibility test.
Reviewed-by: alanb, lancea
+ test/java/util/Properties/Compatibility.xml
+ test/java/util/Properties/CompatibilityTest.java
! test/java/util/Properties/LoadAndStoreXML.java
+ test/java/util/Properties/invalidxml/BadDocType.xml
- test/java/util/Properties/invalidxml/BadDocType.xml.excluded
+ test/java/util/Properties/invalidxml/DTDRootNotMatch.xml
+ test/java/util/Properties/invalidxml/IllegalComment.xml
+ test/java/util/Properties/invalidxml/IllegalEntry.xml
+ test/java/util/Properties/invalidxml/IllegalEntry1.xml
+ test/java/util/Properties/invalidxml/IllegalKeyAttribute.xml
+ test/java/util/Properties/invalidxml/NoDocType.xml
- test/java/util/Properties/invalidxml/NoDocType.xml.excluded
+ test/java/util/Properties/invalidxml/NoNamespaceSupport.xml
Changeset: 4d28776d7007
Author: mullan
Date: 2012-12-26 10:07 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4d28776d7007
8005117: Eliminate dependency from ConfigSpiFile to com.sun.security.auth.login.ConfigFile
Reviewed-by: alanb, mchung, weijun
! src/share/classes/com/sun/security/auth/login/ConfigFile.java
! src/share/classes/sun/security/provider/ConfigSpiFile.java
Changeset: d9cab18f326a
Author: mullan
Date: 2012-12-26 10:08 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/d9cab18f326a
Merge
- make/jdk/asm/Makefile
Changeset: 9d984ccd17fc
Author: chegar
Date: 2012-12-27 21:55 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/9d984ccd17fc
8003981: Support Parallel Array Sorting - JEP 103
Reviewed-by: chegar, forax, dholmes, dl
Contributed-by: david.holmes at oracle.com, dl at cs.oswego.edu, chris.hegarty at oracle.com
! make/java/java/FILES_java.gmk
! src/share/classes/java/util/Arrays.java
+ src/share/classes/java/util/ArraysParallelSortHelpers.java
+ test/java/util/Arrays/ParallelSorting.java
Changeset: 4ad38db38fff
Author: okutsu
Date: 2012-12-28 14:13 +0900
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4ad38db38fff
8005471: DateFormat: Time zone info is not localized when adapter is CLDR
Reviewed-by: peytoia
! src/share/classes/sun/util/resources/TimeZoneNamesBundle.java
+ test/java/util/TimeZone/CLDRDisplayNamesTest.java
Changeset: 1da019e7999a
Author: peytoia
Date: 2012-12-28 15:07 +0900
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/1da019e7999a
8005277: Regression in JDK 7 in Bidi implementation
Reviewed-by: okutsu
! src/share/classes/sun/text/bidi/BidiBase.java
! test/java/text/Bidi/BidiConformance.java
+ test/java/text/Bidi/Bug8005277.java
Changeset: f3ac419e2bf0
Author: okutsu
Date: 2012-12-28 16:39 +0900
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f3ac419e2bf0
8005561: typo in Calendar
Reviewed-by: peytoia
! src/share/classes/java/util/Calendar.java
Changeset: 645d774b683a
Author: xuelei
Date: 2012-12-28 00:48 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/645d774b683a
7109274: Restrict the use of certificates with RSA keys less than 1024 bits
Summary: This restriction is applied via the Java Security property, "jdk.certpath.disabledAlgorithms". This will impact providers that adhere to this security property.
Reviewed-by: mullan
! src/share/lib/security/java.security-linux
! src/share/lib/security/java.security-macosx
! src/share/lib/security/java.security-solaris
! src/share/lib/security/java.security-windows
! test/java/security/cert/CertPathBuilder/targetConstraints/BuildEEBasicConstraints.java
! test/java/security/cert/pkix/policyChanges/TestPolicy.java
! test/sun/security/provider/certpath/DisabledAlgorithms/CPBuilder.java
! test/sun/security/provider/certpath/DisabledAlgorithms/CPValidatorEndEntity.java
! test/sun/security/provider/certpath/DisabledAlgorithms/CPValidatorIntermediate.java
! test/sun/security/provider/certpath/DisabledAlgorithms/CPValidatorTrustAnchor.java
! test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/RSAExport.java
+ test/sun/security/ssl/javax/net/ssl/TLSv12/DisabledShortRSAKeys.java
! test/sun/security/ssl/javax/net/ssl/TLSv12/ShortRSAKey512.java
! test/sun/security/tools/jarsigner/concise_jarsigner.sh
Changeset: 4472a641b4dc
Author: xuelei
Date: 2012-12-28 03:50 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/4472a641b4dc
8003265: Need to clone array of input/output parameters
Reviewed-by: mullan
! src/share/classes/com/sun/jndi/dns/DnsContext.java
! src/share/classes/com/sun/jndi/ldap/BasicControl.java
Changeset: 46675076f753
Author: sjiang
Date: 2012-12-28 16:44 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/46675076f753
7120365: DiffHBTest.java fails due to ConcurrentModificationException
Summary: The problem is from the server notification forwarder, it should use a copy of listener set to do iterate.
Reviewed-by: alanb
! src/share/classes/com/sun/jmx/remote/internal/ServerNotifForwarder.java
! test/ProblemList.txt
+ test/javax/management/remote/mandatory/notif/ConcurrentModificationTest.java
Changeset: 0cfcba56cfa7
Author: jgish
Date: 2012-12-28 18:32 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0cfcba56cfa7
8005594: Fix to 8003265 breaks build
Summary: backout changeset 4472a641b4dc
Reviewed-by: smarks, wetmore
! src/share/classes/com/sun/jndi/dns/DnsContext.java
! src/share/classes/com/sun/jndi/ldap/BasicControl.java
Changeset: ac5e29b62288
Author: smarks
Date: 2012-12-28 17:36 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/ac5e29b62288
Merge
Changeset: 28b47ed08c63
Author: mchung
Date: 2012-12-28 22:21 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/28b47ed08c63
8003562: Provide a CLI tool to analyze class dependencies
Reviewed-by: jjg, alanb, ulfzibis, erikj
! make/common/Release.gmk
! make/docs/NON_CORE_PKGS.gmk
! make/launchers/Makefile
! make/launchers/Makefile.launcher
! makefiles/CompileLaunchers.gmk
! makefiles/CreateJars.gmk
! makefiles/Images.gmk
Changeset: 3cc25d0e3bb0
Author: chegar
Date: 2012-12-29 11:00 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/3cc25d0e3bb0
8005556: java/net/Socks/SocksV4Test.java is missing @run tag
Reviewed-by: alanb
! test/java/net/Socks/SocksV4Test.java
Changeset: 59a00abc7daa
Author: wmdietl
Date: 2012-12-31 01:32 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/59a00abc7daa
Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk
More information about the type-annotations-dev
mailing list