On Wed, 12 Oct 2022 20:03:05 GMT, Naoto Sato <na...@openjdk.org> wrote:

> Fixed to utilize `StaticProperty` so that the system property value for 
> `java.locale.useOldISOCodes` set on the command line is honored even with 
> lazy `Locale` initialization.

Marked as reviewed by coffeys (Reviewer).

src/java.base/share/classes/sun/util/locale/BaseLocale.java line 38:

> 36: import jdk.internal.util.StaticProperty;
> 37: import jdk.internal.vm.annotation.Stable;
> 38: import sun.security.action.GetPropertyAction;

unused import can be removed "sun.security.action.GetPropertyAction"

-------------

PR: https://git.openjdk.org/jdk/pull/10683

Reply via email to