RFR: 8358095: Cleanup tests with explicit locale provider set to only CLDR

Justin Lu jlu at openjdk.org
Fri May 30 00:20:27 UTC 2025


On Thu, 29 May 2025 22:47:11 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Please review this PR which cleans up some i18n tests.
>> 
>> There are some i18n related tests that set the locale provider to CLDR (and only CLDR). Since JDK9, this is redundant and equivalent to the default. Thus, occurrences of "-Djava.locale.providers=CLDR" are just extra noise for these tests. 
>> 
>> As this change is trivial cleanup, bug IDs are not updated in this change.
>
> Probably we can remove `/othervm` from those `@run` directives?

@naotoj Right, no more reason to run these tests in a separate JVM. Fixed in [2eb1edd](https://github.com/openjdk/jdk/pull/25532/commits/2eb1edd560b51d7fae92f5f859629d7fb5b5df23); that commit also includes some other minor cleanup.

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

PR Comment: https://git.openjdk.org/jdk/pull/25532#issuecomment-2920863235


More information about the core-libs-dev mailing list