On Wed, 18 May 2022 13:27:24 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> Also, I fixed a couple of spelling mistakes.
LGTM for i18n changes.
-
Marked as reviewed by naoto (Reviewer).
PR: https
On Wed, 6 Apr 2022 17:45:13 GMT, Naoto Sato wrote:
> This is a follow-on task after deprecating the Locale constructors
> (https://bugs.openjdk.java.net/browse/JDK-8282819). Most of the changes are
> simple replacements to Locale constructors with `Locale.of()` or Locale
> consta
On Thu, 7 Apr 2022 00:09:58 GMT, Joe Wang wrote:
>> This is a follow-on task after deprecating the Locale constructors
>> (https://bugs.openjdk.java.net/browse/JDK-8282819). Most of the changes are
>> simple replacements to Locale constructors with `Locale.of()` or Locale
>> constants, such as
This is a follow-on task after deprecating the Locale constructors
(https://bugs.openjdk.java.net/browse/JDK-8282819). Most of the changes are
simple replacements to Locale constructors with `Locale.of()` or Locale
constants, such as `Locale.US`.
-
Commit messages:
- 8283698: Refa
On Wed, 6 Apr 2022 16:48:38 GMT, Daniel Jeliński wrote:
>> src/java.base/share/classes/jdk/internal/icu/text/StringPrep.java line 63:
>>
>>> 61: * http://www.ietf.org/rfc/rfc3454.txt";>RFC 3454.
>>> 62: * StringPrep prepares Unicode strings for use in network protocols.
>>> 63: * Profiles of
On Wed, 6 Apr 2022 14:12:17 GMT, Daniel Jeliński wrote:
>> This patch adds missing `r` in `string`s
>
> Daniel Jeliński has updated the pull request incrementally with one
> additional commit since the last revision:
>
> Revert liblcms changes
src/java.base/share/classes/jdk/internal/icu/tex
On Wed, 30 Mar 2022 00:43:49 GMT, Alisen Chung wrote:
> redo of 8280400
I believe
`src/jdk.localedata/share/classes/sun/util/resources/ext/CurrencyNames_zh_CN.properties`
and `test/jdk/sun/text/resources/LocaleData` have to be adjusted according to
the l10n changes.
-
PR: https:
On Mon, 28 Mar 2022 21:20:00 GMT, Alisen Chung wrote:
> This reverts commit c0aecd15ae8d7abf37901f785fccaff2317c3b23.
LGTM
-
Marked as reviewed by naoto (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8005
On Fri, 25 Mar 2022 15:37:36 GMT, Roger Riggs wrote:
>> Proposing to deprecate the constructors in the `java.util.Locale` class.
>> There is already a factory method and a builder to return singletons, so
>> there is no need to have constructors anymore unless one purposefully wants
>> to crea
On Fri, 25 Mar 2022 00:18:54 GMT, Stuart Marks wrote:
>> Proposing to deprecate the constructors in the `java.util.Locale` class.
>> There is already a factory method and a builder to return singletons, so
>> there is no need to have constructors anymore unless one purposefully wants
>> to cre
Proposing to deprecate the constructors in the `java.util.Locale` class. There
is already a factory method and a builder to return singletons, so there is no
need to have constructors anymore unless one purposefully wants to create
`ill-formed` Locale objects, which is discouraged. We cannot ter
On Wed, 16 Mar 2022 18:31:55 GMT, Alisen Chung wrote:
>> msg drop for jdk19, Mar 9, 2022
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> removed incorrect translation of compiler configuration file
LGTM. Thanks for the cha
On Mon, 14 Mar 2022 20:39:46 GMT, Alisen Chung wrote:
>> msg drop for jdk19, Mar 9, 2022
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> removed repeated lines from ROOT bundle in CurrencyNames
src/jdk.compiler/share/class
On Thu, 10 Mar 2022 17:55:44 GMT, Alisen Chung wrote:
>> msg drop for jdk19, Mar 9, 2022
>
> Alisen Chung has updated the pull request incrementally with one additional
> commit since the last revision:
>
> moved CurrencyNames changes to jdk.localedata
src/jdk.localedata/share/classes/sun/ut
On Wed, 9 Mar 2022 21:09:30 GMT, Alisen Chung wrote:
> msg drop for jdk19, Mar 9, 2022
IIRC, localized resource files should have the same copyright year as the base
English one. That's what I was told by the l10n engineer when I had the same
comment.
-
PR: https://git.openjdk.ja
On Wed, 9 Mar 2022 21:09:30 GMT, Alisen Chung wrote:
> msg drop for jdk19, Mar 9, 2022
`src/java.base/share/classes/sun/util/resources/CurrencyNames_de.properties`
`src/java.base/share/classes/sun/util/resources/CurrencyNames_ja.properties`
`src/java.base/share/classes/sun/util/resources/Currenc
On Thu, 13 Jan 2022 10:59:13 GMT, Pavel Rappo wrote:
>> src/java.base/share/classes/sun/text/RuleBasedBreakIterator.java line 73:
>>
>>> 71: * will be transparent to the BreakIterator. A sequence of
>>> characters will break the
>>> 72: * same way it would if any ignore characters it contain
On Thu, 13 Jan 2022 14:01:04 GMT, Pavel Rappo wrote:
>> - Most of the typos are of a trivial kind: missing whitespace.
>> - If any of the typos should be fixed in the upstream projects instead,
>> please say so; I will drop those typos from the patch.
>> - As I understand it, ` ` in ImageInputSt
On Thu, 16 Sep 2021 01:08:45 GMT, Naoto Sato wrote:
> Fixing failing regression tests caused by the JEP 400: UTF-8 by Default.
>
> `JcmdOutputEncodingTest` test case uses `file.encoding=UTF-8` in `C` locale.
> The output from the agent library is in `UTF-8` so it succeeded befor
Fixing failing regression tests caused by the JEP 400: UTF-8 by Default.
`JcmdOutputEncodingTest` test case uses `file.encoding=UTF-8` in `C` locale.
The output from the agent library is in `UTF-8` so it succeeded before the JEP
has been implemented, as System.out used `UTF-8` converter. After t
On Wed, 8 Sep 2021 22:15:12 GMT, Naoto Sato wrote:
> The gist of the issue is that the test case now always creates the boot
> classpath with non-ASCII chars appended, because the default encoding is
> fixed to UTF-8 with the fix to JDK-8260265.
>
> On macOS, javaagent tries to
On Wed, 8 Sep 2021 23:38:38 GMT, David Holmes wrote:
> Pre-existing: The initialization logic in this code is quite odd for the case
> when no conversion is necessary (we call `utfInitialize` on every call to
> `convertUtf8ToPlatformString`!), but I assume we do not call
> `appendBootClassPath
On Wed, 8 Sep 2021 22:15:12 GMT, Naoto Sato wrote:
> The gist of the issue is that the test case now always creates the boot
> classpath with non-ASCII chars appended, because the default encoding is
> fixed to UTF-8 with the fix to JDK-8260265.
>
> On macOS, javaagent tries to
The gist of the issue is that the test case now always creates the boot
classpath with non-ASCII chars appended, because the default encoding is fixed
to UTF-8 with the fix to JDK-8260265.
On macOS, javaagent tries to load the class with US-ASCII determined by
nl_langinfo() (in unix/.../Encodin
On Wed, 1 Sep 2021 17:33:13 GMT, Daniel D. Daugherty wrote:
> A trivial fix to ProblemList
> java/lang/instrument/BootClassPath/BootClassPathTest.sh on all configs.
Marked as reviewed by naoto (Reviewer).
-
PR: https://git.openjdk.java.net/jdk/pull/5337
On Tue, 31 Aug 2021 19:44:08 GMT, Daniel D. Daugherty
wrote:
> Trivial fixes to reduce the noise in the JDK18 CI:
> JDK-8273197 ProblemList 2 jtools tests due to JDK-8273187
> JDK-8273198 ProblemList
> java/lang/instrument/BootClassPath/BootClassPathTest.sh due to JDK-8273188
>
> These failure
On Sun, 22 Aug 2021 23:02:06 GMT, Sergey Bylokhov wrote:
>> This is the continuation of JDK-8233884, JDK-8271456, and JDK-8272120.
>>
>> In many places standard charsets are looked up via their names, for example:
>> absolutePath.getBytes("UTF-8");
>>
>> This could be done more efficiently(up t
On Tue, 10 Aug 2021 05:08:54 GMT, Sergey Bylokhov wrote:
> This is the continuation of JDK-8233884 and JDK-8271456. This change affects
> fewer cases so I fix all "java." modules at once.
>
> In many places standard charsets are looked up via their names, for example:
> absolutePath.getBytes("U
On Tue, 10 Aug 2021 05:08:54 GMT, Sergey Bylokhov wrote:
> This is the continuation of JDK-8233884 and JDK-8271456. This change affects
> fewer cases so I fix all "java." modules at once.
>
> In many places standard charsets are looked up via their names, for example:
> absolutePath.getBytes("U
On Thu, 5 Aug 2021 21:36:58 GMT, Jonathan Gibbons wrote:
>> src/jdk.hotspot.agent/share/man/jhsdb.1 line 1:
>>
>>> 1: .\" Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights
>>> reserved.
>>
>> This seems not correct?
>
> According to the comments in the makefile
> (`closed/mak
On Thu, 5 Aug 2021 19:20:50 GMT, Jonathan Gibbons wrote:
> Please review a semi-automatic update of the nroff man pages from the
> upstream files.
Marked as reviewed by naoto (Reviewer).
-
PR: https://git.openjdk.java.net/jdk17/pull/303
On Thu, 5 Aug 2021 19:20:50 GMT, Jonathan Gibbons wrote:
> Please review a semi-automatic update of the nroff man pages from the
> upstream files.
src/jdk.hotspot.agent/share/man/jhsdb.1 line 1:
> 1: .\" Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights
> reserved.
This seem
On Fri, 25 Jun 2021 20:04:37 GMT, Weijun Wang wrote:
> More refactoring to limit the scope of `@SuppressWarnings` annotations.
>
> Sometimes I introduce new methods. Please feel free to suggest method names
> you like to use.
LGTM.
-
Marked as reviewed by naoto (Reviewer).
PR: h
On Mon, 17 May 2021 18:23:41 GMT, Weijun Wang wrote:
> Please review this implementation of [JEP
> 411](https://openjdk.java.net/jeps/411).
>
> The code change is divided into 3 commits. Please review them one by one.
>
> 1.
> https://github.com/openjdk/jdk/commit/576161d15423f58281e384174d28
On Mon, 14 Dec 2020 19:36:48 GMT, Brent Christian wrote:
> This is part of an effort in the JDK to replace archaic/non-inclusive words
> with more neutral terms (see JDK-8253315 for details).
>
> Here are the changes covering core libraries code and tests. Terms were
> changed as follows:
> 1
Hi Magnus,
I looked at i18n related changes:
make/CopyInterimTZDB.gmk
make/ToolsJdk.gmk
make/gendata/Gendata-java.base.gmk
make/gendata/GendataBreakIterator.gmk
make/gendata/GendataTZDB.gmk
make/gensrc/GensrcCharacterData.gmk
make/gensrc/GensrcEmojiData.gmk
They look ok to me.
The *.java chang
Changeset: 5b5ee2288306
Author:naoto
Date: 2013-12-02 11:29 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5b5ee2288306
8028368: There is no description whether or not java.util.ResourceBundle is
thread-safe
Reviewed-by: okutsu
! src/share/classes/java/util/ListResourceBund
Changeset: 2370d285d08b
Author:naoto
Date: 2013-11-27 10:01 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2370d285d08b
8028771: regression test java/util/Locale/LocaleProviders.sh failed
Reviewed-by: alanb
! test/java/util/Locale/LocaleProviders.java
! test/java/util/Locale
Changeset: fb7abd509bd2
Author:naoto
Date: 2013-11-07 10:03 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fb7abd509bd2
8027930: ResourceBundle test failures in fr locale
Reviewed-by: smarks
! test/java/util/ResourceBundle/ResourceBundleTest.java
! test/java/util/ResourceBun
Changeset: b4c259743371
Author:naoto
Date: 2013-09-30 16:15 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b4c259743371
8016110: Japanese char (MS932) 0x5C cannot be used as an argument when quoted
Reviewed-by: ksrini, akhil
! src/windows/bin/cmdtoargs.c
+ test/tools/launche
Changeset: 7bfe3da4fad6
Author:naoto
Date: 2013-09-11 05:38 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7bfe3da4fad6
8024332: sun/util/resources/en split between rt.jar and localedata.jar
Reviewed-by: alanb, erikj
! make/java/java/genlocales.gmk
! make/java/java/localegen
Changeset: 4c711ef41bfa
Author:naoto
Date: 2013-09-05 10:14 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4c711ef41bfa
8023943: Method description fix for String.toLower/UpperCase() methods
Reviewed-by: okutsu
! src/share/classes/java/lang/String.java
Changeset: 883cc296ec89
Author:bchristi
Date: 2013-08-02 15:30 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/883cc296ec89
8011194: Apps launched via double-clicked .jars have file.encoding value of
US-ASCII on Mac OS X
Summary: On Mac, default to UTF-8 if no environmental h
Changeset: e34e3ddb3cd8
Author:naoto
Date: 2013-06-27 14:40 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e34e3ddb3cd8
6609431: (rb) ResourceBundle.getString() returns incorrect value
Reviewed-by: okutsu, sherman
! src/share/classes/java/util/Properties.java
+ test/java/uti
Changeset: 336e5a862013
Author:naoto
Date: 2013-06-26 11:21 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/336e5a862013
8017322: java/util/Currency/PropertiesTest.sh should run exclusively
Reviewed-by: alanb
! test/TEST.ROOT
Changeset: bb2e67628dc0
Author:naoto
Date: 2013-06-24 16:21 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bb2e67628dc0
8017468: typo in javadoc: " ResourceBunlde "
Reviewed-by: okutsu
! src/share/classes/java/util/spi/LocaleServiceProvider.java
Changeset: 8b84d557570c
Author:naoto
Date: 2013-06-21 13:42 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8b84d557570c
6863624: java/util/Currency/PropertiesTest.sh writable check is incorrect
Reviewed-by: alanb
! test/java/util/Currency/PropertiesTest.sh
! test/java/util/L
Changeset: cadb0ef6e931
Author:naoto
Date: 2013-06-11 11:18 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cadb0ef6e931
8015960: java/util/Locale/LocaleProviders.java failing again on Windows
Reviewed-by: alanb
! test/java/util/Locale/LocaleProviders.java
Changeset: 379e1bcae693
Author:naoto
Date: 2013-06-04 10:33 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/379e1bcae693
8013903: Japanese calendar field names are not displayed with
-Djava.locale.providers=HOST on Windows
Reviewed-by: okutsu
! src/share/classes/java/util/sp
Changeset: b99d56d1aa3f
Author:naoto
Date: 2013-05-28 14:02 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b99d56d1aa3f
6251788: (rb) PropertyResourceBundle doesn't document exceptions
Reviewed-by: okutsu
! src/share/classes/java/util/PropertyResourceBundle.java
Changeset: 50fde3eeb48c
Author:naoto
Date: 2013-05-22 16:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/50fde3eeb48c
7056126: DateFormatSymbols documentation has incorrect description about
DateFormat
7083668: Sample code in ListResourceBundle is still not correct
Reviewe
Changeset: e30396e22c6f
Author:naoto
Date: 2013-05-07 11:31 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e30396e22c6f
8013086: NPE thrown by SimpleDateFormat with TimeZoneNameProvider supplied
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/provider/TimeZoneNameUti
Changeset: 62fb9e2b5da1
Author:naoto
Date: 2013-04-22 13:37 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/62fb9e2b5da1
8010666: Implement Currency/LocaleNameProvider in Windows Host
LocaleProviderAdapter
Reviewed-by: okutsu
! src/macosx/classes/sun/util/locale/provider/Hos
Changeset: 9a6ef3391f32
Author:naoto
Date: 2013-04-03 10:32 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9a6ef3391f32
7091601: Arabic Locale: can not set type of digit in application level
Reviewed-by: okutsu
! src/macosx/native/sun/util/locale/provider/HostLocaleProviderA
Changeset: d79503c4c56f
Author:naoto
Date: 2013-03-14 11:29 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d79503c4c56f
8008576: Calendar mismatch using Host LocaleProviderAdapter
Reviewed-by: okutsu
! make/java/java/FILES_java.gmk
! src/macosx/classes/sun/util/locale/provid
Changeset: 1a2e59d19d3e
Author:naoto
Date: 2013-03-04 20:46 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1a2e59d19d3e
8004240: Return value from getAdapterPrefence() can be modified
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/provider/LocaleProviderAdapter.java
Changeset: af396ec087f4
Author:naoto
Date: 2013-02-19 10:34 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/af396ec087f4
7092447: Clarify the default locale used in each locale sensitive operation
Reviewed-by: okutsu
! src/share/classes/java/text/DateFormat.java
! src/share/c
Changeset: 79d7595abe95
Author:naoto
Date: 2013-02-08 09:35 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/79d7595abe95
8007038: ArrayIndexOutOfBoundsException on calling localizedDateTime().print()
with JapaneseChrono
Reviewed-by: okutsu
! src/share/classes/sun/util/locale
Changeset: 1d7a6adf499f
Author:naoto
Date: 2013-01-14 11:09 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1d7a6adf499f
7162007: Clean up i18n related caches
Reviewed-by: okutsu, ohair
! make/java/java/FILES_java.gmk
! src/share/classes/java/text/DateFormatSymbols.java
! src
Changeset: c622df692bfb
Author:bchristi
Date: 2013-01-10 10:21 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c622df692bfb
8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain
environments
Summary: Test script now sets LC_ALL, other small changes, reloc
Changeset: dbc692ea3f0a
Author:bchristi
Date: 2013-01-07 13:19 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/dbc692ea3f0a
8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
Summary: Hard-code sun.jnu.encoding to UTF-8 on Mac
Reviewed-by: naoto
! src/share/nat
Changeset: 64a42798ea5e
Author:naoto
Date: 2012-11-15 20:17 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/64a42798ea5e
7199750: Loading sequence of service provider is changed
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/provider/SPILocaleProviderAdapter.java
! t
Changeset: cc325832469c
Author:naoto
Date: 2012-11-07 15:08 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cc325832469c
8001205: Calendar.getDisplayName(...): Returns null when provider is SPI but
there is no SPI implementation
8001562: Collator.getAvailableLocales() doesn't
Changeset: 6420fcd61c10
Author:naoto
Date: 2012-11-01 13:28 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6420fcd61c10
8001440: CLDR adapter: Invalid number extension in language tag causes
exception in NumberFormat.format()
Reviewed-by: okutsu
! src/share/classes/java/tex
Changeset: 7fa45c455034
Author:naoto
Date: 2012-10-29 10:42 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7fa45c455034
8000997: Multiple locale sensitive services cannot be loaded
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/provider/LocaleServiceProviderPool.jav
Changeset: 60994591be6b
Author:naoto
Date: 2012-10-17 13:22 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/60994591be6b
8001046: java/util/PluggableLocale/LocaleNameProviderTest.sh failing
Reviewed-by: okutsu
! test/java/util/PluggableLocale/barprovider.jar
Changeset: 32452042b781
Author:naoto
Date: 2012-10-16 10:59 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/32452042b781
8000245: SimpleDateFormat.format(date, StringBuffer, FieldPosition) doesn't
work as expected with custom extensions
8000273: java.util.Locale.getDisplayVar
Changeset: c725ce4bbf12
Author:naoto
Date: 2012-10-09 09:59 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c725ce4bbf12
7200341: DateFormatSymbols.hashCode() throws ArrayIndexOutOfBoundsException in
some circumstances
Reviewed-by: okutsu
! src/share/classes/java/text/DateFo
Changeset: 88a726a5b2dc
Author:naoto
Date: 2012-10-05 09:57 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/88a726a5b2dc
7198834: HOST Adapter: one extra empty space in the end of the pattern string
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/provider/JRELocalePro
Changeset: cd4f181eb666
Author:naoto
Date: 2012-10-04 21:03 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cd4f181eb666
7200119: Collator.getAvailableLocales() doesn't return Locale.US
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/provider/JRELocaleProviderAdapter.
Changeset: c6a0b13e6efa
Author:naoto
Date: 2012-10-04 10:04 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c6a0b13e6efa
7196799: CLDR adapter can not be invoked when region code is specified in Locale
7197573: java/util/Locale/LocaleProviders.sh failed.
Reviewed-by: okutsu
!
Changeset: 0136fca60652
Author:naoto
Date: 2012-09-18 10:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/0136fca60652
7198984: Add java/text/Bidi/Bug6665028.java to ProblemList.txt
Reviewed-by: alanb
Contributed-by: yiming.w...@oracle.com
! test/ProblemList.txt
Changeset: faf4528aea4e
Author:naoto
Date: 2012-08-24 10:13 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/faf4528aea4e
7193601: Build breakage with the fix to 6336885 (build-infra build)
Reviewed-by: mduigou
! makefiles/CompileJavaClasses.gmk
Changeset: b15db7ded589
Author:naoto
Date: 2012-03-27 10:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b15db7ded589
7156459: Remove unnecessary get() from Currency.getInstance()
Reviewed-by: chegar, dholmes, mduigou
! src/share/classes/java/util/Currency.java
Changeset: 4a5817f9e249
Author:naoto
Date: 2012-03-21 10:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4a5817f9e249
7145454: JVM wide monitor lock in Currency.getInstance(String)
Reviewed-by: okutsu
! src/share/classes/java/util/Currency.java
Changeset: c647ebb3c4f7
Author:naoto
Date: 2011-12-13 15:41 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c647ebb3c4f7
4808233: "Locale" not thread-safe
Reviewed-by: okutsu
! src/share/classes/java/util/Locale.java
Changeset: 85363edbc92f
Author:naoto
Date: 2011-12-05 17:08 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/85363edbc92f
7117469: Warning cleanup for j.u.Currency and j.u.Locale related classes
Reviewed-by: okutsu, smarks
! src/share/classes/java/util/Currency.java
! src/shar
Changeset: 42532a097816
Author:naoto
Date: 2011-12-02 16:04 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/42532a097816
7117465: Warning cleanup for IMF classes
Reviewed-by: okutsu
! src/share/classes/java/awt/im/InputMethodHighlight.java
! src/share/classes/sun/awt/im/Compo
Changeset: 829c3a8d23fa
Author:naoto
Date: 2011-10-12 12:12 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/829c3a8d23fa
7027061: Testcase failure: java/util/Locale/Bug6989440.java -
java.util.ConcurrentModificationException
Reviewed-by: dholmes, chegar
! src/share/classes/s
Changeset: b8a1d30d6c65
Author:naoto
Date: 2011-10-06 17:40 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b8a1d30d6c65
7098394: JDK8 TL repo build fails in src/solaris/native/java/util/TimeZone_md.c
Reviewed-by: chegar
! src/solaris/native/java/util/TimeZone_md.c
Changeset: c3a8d5feee94
Author:naoto
Date: 2011-08-17 11:09 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c3a8d5feee94
7073906: Locale.getDefault() returns wrong Locale for Java SE 7
Reviewed-by: okutsu
! src/windows/native/java/lang/java_props_md.c
Changeset: f59c83f515e6
Changeset: 42fe05e54e69
Author:naoto
Date: 2011-07-12 10:28 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/42fe05e54e69
7022407: Spinning CPU in LocaleObjectCache.get()
Reviewed-by: okutsu
! src/share/classes/sun/util/locale/LocaleObjectCache.java
Changeset: 05939afe3fc2
Author:naoto
Date: 2011-05-09 13:30 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/05939afe3fc2
7041950: Fix copyright
Reviewed-by: okutsu
! src/share/classes/sun/text/resources/BreakIteratorRules_th.java
Changeset: ea45b4ed1758
Author:naoto
Date: 2011-04-06 10:53 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ea45b4ed1758
7031546: test/java/util/ResourceBundle/Bug4168625Test.java fails on solaris10u9
sparc.
Reviewed-by: okutsu
! test/java/util/ResourceBundle/Bug4168625Test.
Changeset: 8216ad5fabb8
Author:naoto
Date: 2011-03-11 11:31 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8216ad5fabb8
7023613: (lc) Incorrect string returned by Locale.toString() with non-empty
script field
Reviewed-by: srl
! src/share/classes/java/util/Locale.java
! test
Changeset: ecff24121064
Author:naoto
Date: 2010-08-25 15:31 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ecff24121064
6875847: Java Locale Enhancement
Summary: Fix for javac to allow "sun.util.locale" package accessible.
Reviewed-by: jjg
! src/share/classes/com/sun/t
86 matches
Mail list logo