JDK 9 RFR of JDK-8152873: java/util/Locale/LocaleProviders.sh fails on several platforms
Amy Lu
amy.lu at oracle.com
Tue Mar 29 02:33:38 UTC 2016
java/util/Locale/LocaleProviders.sh starts failing after JDK-8150432,
there's simple issue in JDK-8150432.
Please review this quick fix.
bug: https://bugs.openjdk.java.net/browse/JDK-8152873
webrev: http://cr.openjdk.java.net/~amlu/8152873/webrev.00/
Thanks,
Amy
--- old/test/java/util/Locale/LocaleProviders.sh 2016-03-29 10:15:10.000000000 +0800
+++ new/test/java/util/Locale/LocaleProviders.sh 2016-03-29 10:15:10.000000000 +0800
@@ -25,7 +25,7 @@
# @test
# @bug 6336885 7196799 7197573 7198834 8000245 8000615 8001440 8008577
# 8010666 8013086 8013233 8013903 8015960 8028771 8054482 8062006
- 8150432
+# 8150432
# @summary tests for "java.locale.providers" system property
# @modules java.base/sun.util.locale
# java.base/sun.util.locale.provider
More information about the core-libs-dev
mailing list