hg: jdk7/jdk7/jdk: 14 new changesets
christine.lu at oracle.com
christine.lu at oracle.com
Wed Mar 23 19:37:00 PDT 2011
Changeset: 1c7cac250f71
Author: asaha
Date: 2011-03-21 21:36 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/1c7cac250f71
7029704: JFB: Refix JFB Custom Revision Version Build/Makefile changes
Reviewed-by: mr, ohair
! make/common/Defs.gmk
! make/common/Release.gmk
Changeset: e390396bc938
Author: katakai
Date: 2011-02-26 03:53 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/e390396bc938
6998391: Serbian (Latin) locale support
Reviewed-by: naoto
! make/java/text/base/FILES_java.gmk
! make/java/util/FILES_properties.gmk
! src/share/classes/java/text/SimpleDateFormat.java
+ src/share/classes/sun/text/resources/CollationData_sr_Latn.java
+ src/share/classes/sun/text/resources/FormatData_sr_Latn.java
+ src/share/classes/sun/text/resources/FormatData_sr_Latn_BA.java
+ src/share/classes/sun/text/resources/FormatData_sr_Latn_ME.java
+ src/share/classes/sun/text/resources/FormatData_sr_Latn_RS.java
+ src/share/classes/sun/util/resources/CalendarData_sr_Latn_BA.properties
+ src/share/classes/sun/util/resources/CalendarData_sr_Latn_ME.properties
+ src/share/classes/sun/util/resources/CalendarData_sr_Latn_RS.properties
+ src/share/classes/sun/util/resources/CurrencyNames_sr_Latn_BA.properties
+ src/share/classes/sun/util/resources/CurrencyNames_sr_Latn_ME.properties
+ src/share/classes/sun/util/resources/CurrencyNames_sr_Latn_RS.properties
! src/share/classes/sun/util/resources/LocaleData.java
+ src/share/classes/sun/util/resources/LocaleNames_sr_Latn.properties
! test/sun/text/resources/LocaleData
! test/sun/text/resources/LocaleDataTest.java
Changeset: 0fc1f64bbd73
Author: mfang
Date: 2011-03-04 14:31 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/0fc1f64bbd73
Merge
- src/share/classes/java/dyn/NoAccessException.java
- src/share/classes/java/dyn/Switcher.java
- test/java/lang/Thread/StopBeforeStart.java
Changeset: a574a067d85a
Author: mfang
Date: 2011-03-05 14:10 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/a574a067d85a
7016542: NLS: obsolete resources in MsgAppletViewer.java should be removed
Reviewed-by: igor
! src/share/classes/sun/applet/resources/MsgAppletViewer.java
Changeset: c3c9fda4591e
Author: mfang
Date: 2011-03-07 12:08 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/c3c9fda4591e
7025267: NLS: t13y fix for 7021689 [ja] Notepad demo throws NPE
Reviewed-by: ogino
! src/share/demo/jfc/Notepad/resources/Notepad.properties
! src/share/demo/jfc/Notepad/resources/Notepad_ja.properties
! src/share/demo/jfc/Notepad/resources/Notepad_zh_CN.properties
Changeset: 9e4d258ac919
Author: mfang
Date: 2011-03-07 12:17 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/9e4d258ac919
7021693: [ja, zh_CN] jconsole throws exception and fail to start in ja and zh_CN locales
Reviewed-by: ogino
! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_ja.java
! src/share/classes/sun/tools/jconsole/resources/JConsoleResources_zh_CN.java
Changeset: abe08bf657e3
Author: mfang
Date: 2011-03-07 12:58 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/abe08bf657e3
7025303: NLS: t13y fix for 7021691 Most log level words are not translated in java logging
Reviewed-by: yhuang
! src/share/classes/sun/util/logging/resources/logging.properties
Changeset: 21737a3e16fb
Author: mfang
Date: 2011-03-09 14:19 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/21737a3e16fb
Merge
Changeset: 5ed7b3d84957
Author: yhuang
Date: 2011-03-11 05:17 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/5ed7b3d84957
7019267: Currency Display Names are not localized into pt_BR.
Reviewed-by: naoto
! make/java/util/FILES_properties.gmk
+ src/share/classes/sun/util/resources/CurrencyNames_pt.properties
! test/sun/text/resources/LocaleData
! test/sun/text/resources/LocaleDataTest.java
Changeset: e64ef0cd99ad
Author: yhuang
Date: 2011-03-11 05:49 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/e64ef0cd99ad
Merge
Changeset: af4793ab50fb
Author: mfang
Date: 2011-03-19 19:12 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/af4793ab50fb
Merge
- make/common/Modules.gmk
- make/java/nio/mxbean/Makefile
- make/modules/Makefile
- make/modules/bootmodule.roots
- make/modules/jdk7.depconfig
- make/modules/modules.config
- make/modules/modules.group
- make/modules/optional.depconfig
- make/modules/tools/Makefile
- make/modules/tools/build.xml
- make/modules/tools/nbproject/project.properties
- make/modules/tools/nbproject/project.xml
- make/modules/tools/src/com/sun/classanalyzer/AnnotatedDependency.java
- make/modules/tools/src/com/sun/classanalyzer/AnnotationParser.java
- make/modules/tools/src/com/sun/classanalyzer/BootAnalyzer.java
- make/modules/tools/src/com/sun/classanalyzer/CheckDeps.java
- make/modules/tools/src/com/sun/classanalyzer/ClassAnalyzer.java
- make/modules/tools/src/com/sun/classanalyzer/ClassFileParser.java
- make/modules/tools/src/com/sun/classanalyzer/ClassPath.java
- make/modules/tools/src/com/sun/classanalyzer/CodeAttributeParser.java
- make/modules/tools/src/com/sun/classanalyzer/ConstantPoolAnalyzer.java
- make/modules/tools/src/com/sun/classanalyzer/ConstantPoolParser.java
- make/modules/tools/src/com/sun/classanalyzer/DependencyConfig.java
- make/modules/tools/src/com/sun/classanalyzer/Klass.java
- make/modules/tools/src/com/sun/classanalyzer/Module.java
- make/modules/tools/src/com/sun/classanalyzer/ModuleConfig.java
- make/modules/tools/src/com/sun/classanalyzer/ResolutionInfo.java
- make/modules/tools/src/com/sun/classanalyzer/ResourceFile.java
- make/modules/tools/src/com/sun/classanalyzer/ShowDeps.java
- src/share/classes/sun/misc/BootClassLoaderHook.java
- src/share/classes/sun/misc/JavaSecurityCodeSignerAccess.java
- test/sun/misc/BootClassLoaderHook/TestHook.java
Changeset: 258072f4db19
Author: yhuang
Date: 2011-03-20 23:47 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/258072f4db19
7020960: CurrencyNames_sr_RS.properties is missing.
Reviewed-by: naoto
! make/java/util/FILES_properties.gmk
+ src/share/classes/sun/util/resources/CurrencyNames_sr_RS.properties
! test/sun/text/resources/LocaleData
! test/sun/text/resources/LocaleDataTest.java
Changeset: f9d15fd48919
Author: mfang
Date: 2011-03-21 11:42 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/f9d15fd48919
Merge
Changeset: d8ced728159f
Author: mfang
Date: 2011-03-22 12:12 -0700
URL: http://hg.openjdk.java.net/jdk7/jdk7/jdk/rev/d8ced728159f
Merge
More information about the jdk7-dev
mailing list