hg: jdk7/hotspot-comp/jdk: 37 new changesets
john.coomes at oracle.com
john.coomes at oracle.com
Thu Apr 29 21:07:33 PDT 2010
Changeset: 471c3c1f18d1
Author: bae
Date: 2010-04-20 11:06 +0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/471c3c1f18d1
6936389: FontManager.fileCloser may cause memory leak in applets
Reviewed-by: igor, prr, ant
! src/share/classes/sun/font/SunFontManager.java
! src/share/classes/sun/java2d/Disposer.java
! src/share/classes/sun/java2d/loops/GraphicsPrimitive.java
! src/solaris/classes/sun/awt/X11/XToolkit.java
! src/solaris/classes/sun/awt/X11GraphicsDevice.java
! src/solaris/classes/sun/awt/motif/MToolkit.java
! src/windows/classes/sun/awt/windows/WToolkit.java
! src/windows/classes/sun/java2d/d3d/D3DScreenUpdateManager.java
+ test/sun/awt/font/ClassLoaderLeakTest.java
Changeset: bd5d1afc00ab
Author: lana
Date: 2010-04-20 16:47 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/bd5d1afc00ab
Merge
Changeset: 43b8a8bc8208
Author: uta
Date: 2010-04-14 15:28 +0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/43b8a8bc8208
6920842: Wheel events do not bubbling to the browser if they was not treated in applet.
Reviewed-by: art, anthony, peterz
! src/share/classes/java/awt/Component.java
! src/share/classes/java/awt/Container.java
! src/share/classes/javax/swing/plaf/basic/BasicScrollPaneUI.java
Changeset: ba8ecdbf0b88
Author: lana
Date: 2010-04-15 15:19 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/ba8ecdbf0b88
Merge
- make/tools/src/build/tools/charsetmapping/CharsetMapping.java
- make/tools/src/build/tools/charsetmapping/GenerateDBCS.java
- make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java
- make/tools/src/build/tools/charsetmapping/GenerateMapping.java
- make/tools/src/build/tools/charsetmapping/GenerateSBCS.java
- src/share/classes/sun/io/ByteToCharHKSCS.java
- src/share/classes/sun/io/ByteToCharHKSCS_2001.java
- src/share/classes/sun/io/CharToByteHKSCS.java
- src/share/classes/sun/io/CharToByteHKSCS_2001.java
- src/share/classes/sun/nio/cs/ext/Big5.java
- src/share/classes/sun/nio/cs/ext/HKSCS_2001.java
- test/java/net/Socket/FDClose.java
- test/lib/security/cacerts/VerifyCACerts.java
Changeset: f51dc9fc72d3
Author: lana
Date: 2010-04-20 16:48 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/f51dc9fc72d3
Merge
Changeset: b48c141258e1
Author: peytoia
Date: 2010-04-13 13:47 +0900
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/b48c141258e1
6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later.
Reviewed-by: okutsu
! src/windows/classes/sun/awt/windows/fontconfig.properties
Changeset: 98359a01cbe0
Author: okutsu
Date: 2010-04-14 13:53 +0900
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/98359a01cbe0
6941948: NumaricShaper.shape() doesn't work with NumericShaper.Range.EASTERN_ARABIC
Reviewed-by: peytoia
! src/share/classes/java/awt/font/NumericShaper.java
+ test/java/awt/font/NumericShaper/EasternArabicTest.java
Changeset: 4d8b1b04544c
Author: lana
Date: 2010-04-15 11:51 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/4d8b1b04544c
Merge
- make/tools/src/build/tools/charsetmapping/CharsetMapping.java
- make/tools/src/build/tools/charsetmapping/GenerateDBCS.java
- make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java
- make/tools/src/build/tools/charsetmapping/GenerateMapping.java
- make/tools/src/build/tools/charsetmapping/GenerateSBCS.java
- src/share/classes/sun/io/ByteToCharHKSCS.java
- src/share/classes/sun/io/ByteToCharHKSCS_2001.java
- src/share/classes/sun/io/CharToByteHKSCS.java
- src/share/classes/sun/io/CharToByteHKSCS_2001.java
- src/share/classes/sun/nio/cs/ext/Big5.java
- src/share/classes/sun/nio/cs/ext/HKSCS_2001.java
! src/windows/classes/sun/awt/windows/fontconfig.properties
- test/java/net/Socket/FDClose.java
- test/lib/security/cacerts/VerifyCACerts.java
Changeset: 17d17234a1d9
Author: okutsu
Date: 2010-04-16 15:53 +0900
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/17d17234a1d9
6609675: [Fmt-Da] DateFormat.parse() on a timezone changes its calendar's timezone
Reviewed-by: peytoia
! src/share/classes/java/text/DateFormat.java
! src/share/classes/java/text/SimpleDateFormat.java
Changeset: f75f5e2274d5
Author: rupashka
Date: 2010-04-16 13:05 +0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/f75f5e2274d5
6922179: SynthTextPaneUI.installUI() doesn't set component to opaque as specified
Reviewed-by: alexp
! src/share/classes/javax/swing/plaf/basic/BasicTextUI.java
Changeset: 584dcb7ecaf9
Author: naoto
Date: 2010-04-19 14:48 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/584dcb7ecaf9
6943941: Rebranding issues with some tests in jdk/test/java/util
Reviewed-by: ohair
! test/java/util/Locale/Bug4175998Test.java
! test/java/util/ResourceBundle/Bug4083270Test.java
! test/java/util/ResourceBundle/Bug4165815Test.java
! test/java/util/ResourceBundle/Bug4168625Class.java
! test/java/util/ResourceBundle/Bug4168625Getter.java
! test/java/util/ResourceBundle/Bug4168625Resource.java
! test/java/util/ResourceBundle/Bug4168625Resource2.java
! test/java/util/ResourceBundle/Bug4168625Resource2_en_US.java
! test/java/util/ResourceBundle/Bug4168625Resource3.java
! test/java/util/ResourceBundle/Bug4168625Resource3_en.java
! test/java/util/ResourceBundle/Bug4168625Resource3_en_CA.java
! test/java/util/ResourceBundle/Bug4168625Resource3_en_IE.java
! test/java/util/ResourceBundle/Bug4168625Resource3_en_US.java
! test/java/util/ResourceBundle/Bug4177489Test.java
! test/java/util/ResourceBundle/Bug4177489_Resource.java
! test/java/util/ResourceBundle/Bug4177489_Resource_jf.java
Changeset: 2571720800a6
Author: peytoia
Date: 2010-04-20 15:01 +0900
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/2571720800a6
6945238: (tz) Support tzdata2010i
Reviewed-by: okutsu
! make/sun/javazic/tzdata/VERSION
! make/sun/javazic/tzdata/africa
! make/sun/javazic/tzdata/asia
! make/sun/javazic/tzdata/southamerica
Changeset: 0d9662f62d0d
Author: lana
Date: 2010-04-20 16:50 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/0d9662f62d0d
Merge
Changeset: 710c4493902f
Author: mullan
Date: 2010-04-09 07:21 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/710c4493902f
6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown
Summary: Fix for 6633872 causes NPE due to uninitialised ProtectionDomain class
Reviewed-by: andrew
! src/share/classes/sun/misc/SharedSecrets.java
Changeset: 89f4ec9e4b33
Author: xuelei
Date: 2010-04-10 09:13 +0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/89f4ec9e4b33
6941936: Broken pipe error of test case DNSIdentities.java
Reviewed-by: chegar
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.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
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Redirect.java
Changeset: 507cd94489e7
Author: sherman
Date: 2010-04-12 10:57 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/507cd94489e7
6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints
Summary: updated the Big5.map table to add 5 entries
Reviewed-by: okutsu
- make/tools/CharsetMapping/Big5.c2b
! make/tools/CharsetMapping/Big5.map
Changeset: 6b641c576e77
Author: valeriep
Date: 2010-04-07 17:20 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/6b641c576e77
6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker
Summary: Removed the finalize() methods and use PhantomReference in Session to do auto clean up.
Reviewed-by: wetmore
! src/share/classes/sun/security/pkcs11/P11Cipher.java
! src/share/classes/sun/security/pkcs11/P11Digest.java
! src/share/classes/sun/security/pkcs11/P11Key.java
! src/share/classes/sun/security/pkcs11/P11Mac.java
! src/share/classes/sun/security/pkcs11/P11RSACipher.java
! src/share/classes/sun/security/pkcs11/P11Signature.java
! src/share/classes/sun/security/pkcs11/Session.java
! src/share/classes/sun/security/pkcs11/SessionManager.java
Changeset: a45217204978
Author: valeriep
Date: 2010-04-12 15:53 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/a45217204978
Merge
- make/tools/CharsetMapping/Big5.c2b
Changeset: 1672f0212f02
Author: chegar
Date: 2010-04-13 12:02 +0100
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/1672f0212f02
6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String
Reviewed-by: alanb, michaelm, andrew
! src/share/classes/java/net/NetworkInterface.java
Changeset: ed61accf772e
Author: chegar
Date: 2010-04-15 16:37 +0100
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/ed61accf772e
6943219: test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java fail in linux
Reviewed-by: andrew
! test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.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
Changeset: c70d4266d474
Author: sherman
Date: 2010-04-15 17:00 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/c70d4266d474
6931676: TEST_BUG: wrong value for bugid in comments
Summary: update to the correct bugid
Reviewed-by: martin
! test/java/util/regex/RegExTest.java
Changeset: db4fd2fdf196
Author: weijun
Date: 2010-04-16 10:06 +0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/db4fd2fdf196
6937978: let keytool -gencert generate the chain
Reviewed-by: mullan
! src/share/classes/sun/security/tools/KeyTool.java
! test/sun/security/tools/keytool/selfissued.sh
Changeset: 0d989dc383d3
Author: weijun
Date: 2010-04-16 10:13 +0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/0d989dc383d3
6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly
Reviewed-by: xuelei, mullan
! src/share/classes/sun/security/tools/TimestampedSigner.java
+ test/sun/security/tools/jarsigner/TimestampCheck.java
+ test/sun/security/tools/jarsigner/ts.sh
Changeset: c444651077d2
Author: andrew
Date: 2010-04-16 09:54 +0100
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/c444651077d2
6944361: Missing CKR_ values in PKCS11Exception
Summary: Allow native NSS errors to be observed and correctly reported
Reviewed-by: wetmore, valeriep
! src/share/classes/sun/security/pkcs11/wrapper/PKCS11Exception.java
! src/share/classes/sun/security/x509/X509Key.java
Changeset: 7ecc023957d8
Author: lana
Date: 2010-04-17 08:12 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/7ecc023957d8
Merge
Changeset: 97fb6f6d230a
Author: weijun
Date: 2010-04-20 19:30 +0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/97fb6f6d230a
6944847: native gss lib names on linux
Reviewed-by: valeriep
! src/share/classes/sun/security/jgss/wrapper/SunNativeProvider.java
+ test/sun/security/krb5/Krb5NameEquals.java
+ test/sun/security/krb5/runNameEquals.sh
Changeset: d8ad2da3ecf3
Author: wetmore
Date: 2010-04-20 14:24 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/d8ad2da3ecf3
6945604: wrong error message in CardImpl.java
Reviewed-by: mullan
! src/share/classes/sun/security/smartcardio/CardImpl.java
Changeset: 884df20e9cce
Author: lana
Date: 2010-04-20 16:51 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/884df20e9cce
Merge
- make/tools/CharsetMapping/Big5.c2b
Changeset: 9bf334e32d35
Author: yhuang
Date: 2010-01-21 22:05 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/9bf334e32d35
6916787: Ukrainian currency name needs to be fixed
Reviewed-by: yhuang, peytoia
! src/share/classes/sun/util/resources/CurrencyNames_uk_UA.properties
! test/sun/text/resources/LocaleData
! test/sun/text/resources/LocaleDataTest.java
Changeset: 00890dd53f45
Author: yhuang
Date: 2010-01-27 23:19 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/00890dd53f45
6919624: minimalDaysInFirstWeek ressource for hungarian is wrong
Reviewed-by: yhuang, peytoia
! src/share/classes/sun/util/resources/CalendarData_hu.properties
! test/sun/text/resources/LocaleData
! test/sun/text/resources/LocaleDataTest.java
Changeset: 0173ef08dcc8
Author: yhuang
Date: 2010-02-11 20:59 -0800
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/0173ef08dcc8
6776102: sun/util/resources/TimeZone/Bug6317929.java test failed against 6u12b01 and passed against 6u11b03
Reviewed-by: yhuang, peytoia
! test/sun/util/resources/TimeZone/Bug6317929.java
Changeset: b2485d8eba40
Author: yhuang
Date: 2010-04-11 21:04 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/b2485d8eba40
Merge
- make/java/redist/FILES.gmk
- make/java/text/FILES_java.gmk
- make/sun/nio/FILES_java.gmk
- src/share/classes/sun/dyn/util/BytecodeSignature.java
- src/solaris/classes/sun/nio/ch/SctpSocketDispatcher.java
Changeset: babd3f260d32
Author: yhuang
Date: 2010-04-11 23:21 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/babd3f260d32
6875904: Java 7 message synchronization 1
Reviewed-by: ogino, faryad
! make/sun/launcher/Makefile
! src/share/classes/com/sun/rowset/RowSetResourceBundle_de.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_es.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_fr.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_it.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_ja.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_ko.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_sv.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_CN.properties
! src/share/classes/com/sun/rowset/RowSetResourceBundle_zh_TW.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_de.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_es.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_fr.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_it.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ja.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_ko.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_sv.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_CN.properties
! src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_zh_TW.properties
+ src/share/classes/sun/launcher/resources/launcher_de.properties
+ src/share/classes/sun/launcher/resources/launcher_es.properties
+ src/share/classes/sun/launcher/resources/launcher_fr.properties
+ src/share/classes/sun/launcher/resources/launcher_it.properties
+ src/share/classes/sun/launcher/resources/launcher_ja.properties
+ src/share/classes/sun/launcher/resources/launcher_ko.properties
+ src/share/classes/sun/launcher/resources/launcher_sv.properties
+ src/share/classes/sun/launcher/resources/launcher_zh_CN.properties
+ src/share/classes/sun/launcher/resources/launcher_zh_TW.properties
! src/share/classes/sun/management/resources/agent_de.properties
! src/share/classes/sun/management/resources/agent_es.properties
! src/share/classes/sun/management/resources/agent_fr.properties
! src/share/classes/sun/management/resources/agent_it.properties
! src/share/classes/sun/management/resources/agent_ja.properties
! src/share/classes/sun/management/resources/agent_ko.properties
! src/share/classes/sun/management/resources/agent_sv.properties
! src/share/classes/sun/management/resources/agent_zh_CN.properties
! src/share/classes/sun/management/resources/agent_zh_TW.properties
! src/share/classes/sun/security/tools/JarSignerResources_ja.java
! src/share/classes/sun/security/tools/JarSignerResources_zh_CN.java
! src/share/classes/sun/security/util/AuthResources_de.java
! src/share/classes/sun/security/util/AuthResources_es.java
! src/share/classes/sun/security/util/AuthResources_fr.java
! src/share/classes/sun/security/util/AuthResources_it.java
! src/share/classes/sun/security/util/AuthResources_ja.java
! src/share/classes/sun/security/util/AuthResources_ko.java
! src/share/classes/sun/security/util/AuthResources_sv.java
! src/share/classes/sun/security/util/AuthResources_zh_CN.java
! src/share/classes/sun/security/util/AuthResources_zh_TW.java
! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_ja.java
! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_zh_CN.java
Changeset: 7794a4a38e99
Author: yhuang
Date: 2010-04-20 01:24 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/7794a4a38e99
Merge
- make/tools/src/build/tools/charsetmapping/CharsetMapping.java
- make/tools/src/build/tools/charsetmapping/GenerateDBCS.java
- make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java
- make/tools/src/build/tools/charsetmapping/GenerateMapping.java
- make/tools/src/build/tools/charsetmapping/GenerateSBCS.java
- src/share/classes/sun/io/ByteToCharHKSCS.java
- src/share/classes/sun/io/ByteToCharHKSCS_2001.java
- src/share/classes/sun/io/CharToByteHKSCS.java
- src/share/classes/sun/io/CharToByteHKSCS_2001.java
- src/share/classes/sun/nio/cs/ext/Big5.java
- src/share/classes/sun/nio/cs/ext/HKSCS_2001.java
- test/java/net/Socket/FDClose.java
- test/lib/security/cacerts/VerifyCACerts.java
Changeset: b5ae88dd3dbd
Author: mikejwre
Date: 2010-04-28 20:04 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/b5ae88dd3dbd
Merge
Changeset: ab117ded3e3f
Author: mikejwre
Date: 2010-04-22 16:54 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/ab117ded3e3f
Added tag jdk7-b90 for changeset 7f90d0b9dbb7
! .hgtags
Changeset: 08a31cab971f
Author: mikejwre
Date: 2010-04-29 13:53 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/jdk/rev/08a31cab971f
Merge
- make/tools/CharsetMapping/Big5.c2b
More information about the hotspot-compiler-dev
mailing list