hg: type-annotations/type-annotations/jdk: 24 new changesets
wdietl at gmail.com
wdietl at gmail.com
Mon Dec 10 16:32:38 PST 2012
Changeset: f657adf4fe78
Author: alanb
Date: 2012-12-02 16:37 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/f657adf4fe78
8003846: Override mechanism for currency data should not require creating currency.properties in java.home
Reviewed-by: naoto
! src/share/classes/java/util/Currency.java
! test/java/util/Currency/PropertiesTest.java
! test/java/util/Currency/PropertiesTest.sh
Changeset: 60550cd2b527
Author: dholmes
Date: 2012-12-02 19:16 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/60550cd2b527
7200297: agent code does not handle multiple boot library path elements correctly
Summary: When bug 6819213 was fixed it enabled sun.boot.library.path property to contain multiple paths. Code in agents does not handle multiple paths when attempting to find dependent shared libs.
Reviewed-by: dholmes, sspitsyn, dsamersoff
Contributed-by: Bill Pittore <bill.pittore at oracle.com>
! src/share/back/debugInit.c
! src/share/back/error_messages.c
! src/share/back/transport.c
! src/share/demo/jvmti/hprof/hprof.h
! src/share/demo/jvmti/hprof/hprof_init.c
! src/solaris/back/linker_md.c
! src/solaris/demo/jvmti/hprof/hprof_md.c
! src/solaris/npt/npt_md.h
! src/windows/back/linker_md.c
! src/windows/demo/jvmti/hprof/hprof_md.c
! src/windows/npt/npt_md.h
Changeset: a42da685dfca
Author: weijun
Date: 2012-12-03 17:14 +0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a42da685dfca
7198507: [TEST_BUG] sun/security/tools/keytool/console.sh should be rewritten
Reviewed-by: xuelei
! test/sun/security/tools/keytool/console.sh
Changeset: ead651efb271
Author: xuelei
Date: 2012-12-03 06:00 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/ead651efb271
8004184: security tests leave JSSEServer running
Summary: Use othervm mode to release resources, and correct the system properties issues in JSSE
Reviewed-by: chegar
! test/sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java
Changeset: ee9846f351d7
Author: mullan
Date: 2012-12-03 11:07 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/ee9846f351d7
7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout
Summary: Added com.sun.security.ocsp.timeout system property to control timeout
Reviewed-by: mullan, vinnie
Contributed-by: jason.uh at oracle.com
! src/share/classes/sun/security/provider/certpath/OCSP.java
Changeset: 38ec2838dd86
Author: dxu
Date: 2012-12-04 14:07 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/38ec2838dd86
7142921: (fs) Files.probeContentType reports a MIME type of "text/plain" on Ubuntu 11.04
7144997: (fs) Files.probeContentType returns null on Solaris 64-bit
Reviewed-by: alanb, mduigou
! make/java/nio/Makefile
! make/java/nio/mapfile-linux
! makefiles/CompileJavaClasses.gmk
! makefiles/CompileNativeLibraries.gmk
! makefiles/mapfiles/libnio/mapfile-linux
! src/solaris/classes/sun/nio/fs/BsdFileSystemProvider.java
! src/solaris/classes/sun/nio/fs/LinuxFileSystemProvider.java
! src/solaris/classes/sun/nio/fs/MacOSXFileSystemProvider.java
+ src/solaris/classes/sun/nio/fs/MagicFileTypeDetector.java
+ src/solaris/classes/sun/nio/fs/MimeTypesFileTypeDetector.java
! src/solaris/classes/sun/nio/fs/SolarisFileSystemProvider.java
! src/solaris/classes/sun/nio/fs/UnixFileSystemProvider.java
+ src/solaris/native/sun/nio/fs/MagicFileTypeDetector.c
Changeset: 2e8863c4f7d0
Author: kmo
Date: 2012-12-04 15:10 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/2e8863c4f7d0
8004066: TEST_BUG: test/java/lang/Math/DivModTests.java assumes ArithmeticException message
Reviewed-by: twisti, alanb, dholmes
! test/java/lang/Math/DivModTests.java
Changeset: 7004848974a2
Author: jgish
Date: 2012-12-04 20:21 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/7004848974a2
8003596: TEST_BUG: java/util/logging/CheckLockLocationTest.java failing [win]
Reviewed-by: alanb
! test/ProblemList.txt
! test/java/util/logging/CheckLockLocationTest.java
Changeset: 44ae777564eb
Author: mullan
Date: 2012-12-04 17:40 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/44ae777564eb
8004188: Rename src/share/lib/security/java.security to java.security-linux
Reviewed-by: mullan, mchung
Contributed-by: jason.uh at oracle.com
! make/java/security/Makefile
- src/share/lib/security/java.security
+ src/share/lib/security/java.security-linux
Changeset: b54a5b7d2e65
Author: alanb
Date: 2012-12-05 12:20 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b54a5b7d2e65
8004491: Build breakage on Linux due to 8004188
Reviewed-by: chegar, erikj
! makefiles/CopyFiles.gmk
Changeset: a971516029ab
Author: jgish
Date: 2012-12-05 21:08 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/a971516029ab
8004317: TestLibrary.getUnusedRandomPort() fails intermittently, but exception not reported
Reviewed-by: alanb, dmocek, smarks
! test/java/rmi/testlibrary/TestLibrary.java
Changeset: 41a1b110f34d
Author: lancea
Date: 2012-12-06 15:51 -0500
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/41a1b110f34d
8004374: CachedRowSetSwriter.writeData reports wrong number of conflicts in SyncProviderException
Reviewed-by: naoto
! src/share/classes/com/sun/rowset/internal/CachedRowSetWriter.java
Changeset: 896d4af2ebfd
Author: rfield
Date: 2012-12-06 21:55 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/896d4af2ebfd
8003881: Prevent lambda implementing inner classes from allowing the creation of new instances
Summary: Lambda implementing inner classes now has private constructor (thanks Kumar)
Reviewed-by: ksrini
! src/share/classes/java/lang/invoke/InnerClassLambdaMetafactory.java
+ test/java/lang/invoke/lambda/LambdaAccessControlDoPrivilegedTest.java
+ test/java/lang/invoke/lambda/LambdaAccessControlTest.java
Changeset: da387f0cecb7
Author: ksrini
Date: 2012-12-09 07:43 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/da387f0cecb7
8004042: Arrrghs.java test failed on windows with access error.
Reviewed-by: smarks, jjh, ksrini
Contributed-by: david.dehaven at oracle.com
! test/tools/launcher/Arrrghs.java
! test/tools/launcher/TestHelper.java
Changeset: 343615aa0539
Author: dxu
Date: 2012-12-09 19:13 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/343615aa0539
7194370: (fs) WatchService fails if volume S/N is 0 [win]
Reviewed-by: alanb, forax
! src/windows/classes/sun/nio/fs/WindowsFileAttributes.java
Changeset: fda257689786
Author: okutsu
Date: 2012-12-10 10:52 +0900
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/fda257689786
8000983: Support narrow display names for calendar fields
8003267: Support generic time zone names in TimeZoneNameProvider (SPI)
Reviewed-by: naoto
! make/tools/src/build/tools/cldrconverter/Bundle.java
! make/tools/src/build/tools/cldrconverter/BundleGenerator.java
! make/tools/src/build/tools/cldrconverter/CLDRConverter.java
! make/tools/src/build/tools/cldrconverter/LDMLParseHandler.java
! make/tools/src/build/tools/cldrconverter/MetaZonesParseHandler.java
! make/tools/src/build/tools/cldrconverter/ResourceBundleGenerator.java
! src/share/classes/java/text/DateFormatSymbols.java
! src/share/classes/java/text/SimpleDateFormat.java
! src/share/classes/java/util/Calendar.java
! src/share/classes/java/util/JapaneseImperialCalendar.java
! src/share/classes/java/util/TimeZone.java
! src/share/classes/java/util/spi/CalendarNameProvider.java
! src/share/classes/java/util/spi/TimeZoneNameProvider.java
! src/share/classes/sun/text/resources/FormatData.java
! src/share/classes/sun/text/resources/ar/FormatData_ar.java
! src/share/classes/sun/text/resources/be/FormatData_be.java
! src/share/classes/sun/text/resources/bg/FormatData_bg.java
! src/share/classes/sun/text/resources/ca/FormatData_ca.java
! src/share/classes/sun/text/resources/cs/FormatData_cs.java
! src/share/classes/sun/text/resources/da/FormatData_da.java
! src/share/classes/sun/text/resources/de/FormatData_de.java
! src/share/classes/sun/text/resources/el/FormatData_el.java
! src/share/classes/sun/text/resources/es/FormatData_es.java
! src/share/classes/sun/text/resources/et/FormatData_et.java
! src/share/classes/sun/text/resources/fi/FormatData_fi.java
! src/share/classes/sun/text/resources/fr/FormatData_fr.java
! src/share/classes/sun/text/resources/hi/FormatData_hi_IN.java
! src/share/classes/sun/text/resources/hr/FormatData_hr.java
! src/share/classes/sun/text/resources/hu/FormatData_hu.java
! src/share/classes/sun/text/resources/is/FormatData_is.java
! src/share/classes/sun/text/resources/it/FormatData_it.java
! src/share/classes/sun/text/resources/iw/FormatData_iw.java
! src/share/classes/sun/text/resources/ja/FormatData_ja.java
! src/share/classes/sun/text/resources/ko/FormatData_ko.java
! src/share/classes/sun/text/resources/lt/FormatData_lt.java
! src/share/classes/sun/text/resources/lv/FormatData_lv.java
! src/share/classes/sun/text/resources/mk/FormatData_mk.java
! src/share/classes/sun/text/resources/ms/FormatData_ms.java
! src/share/classes/sun/text/resources/mt/FormatData_mt.java
! src/share/classes/sun/text/resources/nl/FormatData_nl.java
! src/share/classes/sun/text/resources/pl/FormatData_pl.java
! src/share/classes/sun/text/resources/pt/FormatData_pt.java
! src/share/classes/sun/text/resources/ro/FormatData_ro.java
! src/share/classes/sun/text/resources/ru/FormatData_ru.java
! src/share/classes/sun/text/resources/sk/FormatData_sk.java
! src/share/classes/sun/text/resources/sl/FormatData_sl.java
! src/share/classes/sun/text/resources/sq/FormatData_sq.java
! src/share/classes/sun/text/resources/sr/FormatData_sr.java
! src/share/classes/sun/text/resources/sv/FormatData_sv.java
! src/share/classes/sun/text/resources/th/FormatData_th.java
! src/share/classes/sun/text/resources/tr/FormatData_tr.java
! src/share/classes/sun/text/resources/uk/FormatData_uk.java
! src/share/classes/sun/text/resources/vi/FormatData_vi.java
! src/share/classes/sun/text/resources/zh/FormatData_zh.java
! src/share/classes/sun/util/cldr/CLDRLocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/CalendarDataUtility.java
! src/share/classes/sun/util/locale/provider/CalendarNameProviderImpl.java
! src/share/classes/sun/util/locale/provider/LocaleResources.java
! src/share/classes/sun/util/locale/provider/SPILocaleProviderAdapter.java
! src/share/classes/sun/util/locale/provider/TimeZoneNameProviderImpl.java
! src/share/classes/sun/util/locale/provider/TimeZoneNameUtility.java
! src/share/classes/sun/util/resources/LocaleData.java
! src/share/classes/sun/util/resources/OpenListResourceBundle.java
! src/share/classes/sun/util/resources/TimeZoneNames.java
! src/share/classes/sun/util/resources/TimeZoneNamesBundle.java
+ test/java/util/Calendar/GenericTimeZoneNamesTest.java
+ test/java/util/Calendar/GenericTimeZoneNamesTest.sh
+ test/java/util/Calendar/NarrowNamesTest.java
+ test/java/util/Calendar/NarrowNamesTest.sh
! test/java/util/PluggableLocale/GenericTest.java
! test/java/util/PluggableLocale/TimeZoneNameProviderTest.java
! test/java/util/PluggableLocale/TimeZoneNameProviderTest.sh
! test/java/util/PluggableLocale/barprovider.jar
+ test/java/util/PluggableLocale/providersrc/GenericTimeZoneNameProviderImpl.java
! test/java/util/PluggableLocale/providersrc/Makefile
! test/java/util/PluggableLocale/providersrc/java.util.spi.TimeZoneNameProvider
! test/sun/text/resources/LocaleData
! test/sun/text/resources/LocaleDataTest.java
Changeset: fda2b2b5b98b
Author: michaelm
Date: 2012-12-10 14:56 +0000
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/fda2b2b5b98b
8003948: NTLM/Negotiate authentication problem
Reviewed-by: chegar, weijun
! src/share/classes/sun/net/www/MessageHeader.java
! src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java
+ test/sun/net/www/MessageHeaderTest.java
Changeset: cac1bfaceaaa
Author: mchung
Date: 2012-12-10 15:15 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/cac1bfaceaaa
4819681: Typo in http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/LogManager.html
Summary: Simple capitalization typo in LogManager() description
Reviewed-by: darcy, mchung
! src/share/classes/java/util/logging/LogManager.java
Changeset: c3c364e358f5
Author: wmdietl
Date: 2012-12-10 16:31 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c3c364e358f5
Automated merge with http://hg.openjdk.java.net/jdk8/tl/jdk
Changeset: b0f008ab45d7
Author: twisti
Date: 2012-11-30 11:42 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/b0f008ab45d7
8001885: JSR 292 classes should use jdk.internal.org.objectweb.asm
Reviewed-by: kvn, jrose, twisti
Contributed-by: David Chase <david.r.chase at oracle.com>
! src/share/classes/java/lang/invoke/BoundMethodHandle.java
! src/share/classes/java/lang/invoke/InvokerBytecodeGenerator.java
Changeset: 0fda013e4638
Author: erikj
Date: 2012-12-05 10:12 +0100
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/0fda013e4638
8004281: build-infra: Move all jar creation to images target and put jars in images/lib
Reviewed-by: ohair, tbell, dholmes
! makefiles/CompileDemos.gmk
! makefiles/CompileJavaClasses.gmk
! makefiles/CreateJars.gmk
! makefiles/Images.gmk
! makefiles/Import.gmk
Changeset: ce9b02a3a17e
Author: katleman
Date: 2012-12-05 12:53 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/ce9b02a3a17e
Merge
Changeset: ea0d3a9d0d01
Author: katleman
Date: 2012-12-06 12:04 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/ea0d3a9d0d01
Added tag jdk8-b67 for changeset ce9b02a3a17e
! .hgtags
Changeset: dea35877ac1c
Author: wmdietl
Date: 2012-12-10 16:32 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/dea35877ac1c
Automated merge with http://hg.openjdk.java.net/jdk8/jdk8/jdk
! .hgtags
! makefiles/CompileJavaClasses.gmk
- src/share/lib/security/java.security
More information about the type-annotations-dev
mailing list