-
Bug
-
Resolution: Fixed
-
P4
-
8, 8-pool, 9
-
JDK8u76b05 in Windows 10 x64 + ja_JP locale
-
b113
-
x86_64
-
windows_10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237460 | openjdk8u252 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8251761 | emb-8u271 | Robert Mckenna | P4 | Resolved | Fixed | team |
Test platform info: Windows10 x64 with Cygwin
Locale: Ja_JP
Product version: JDK 8u76 build 05
Error log:
C:/dora/8u76/b05/8u76build05_01272016/../jdk1.8.0_76\\bin\\java -Dfile.encoding=UTF-8 -classpath C:/Dora/8u76/b05/8u76build05_01272016/workDir/classes/java/util/Locale -Djava.locale.providers=HOST,JRE LocaleProviders adapterTest JRE ja JP
testLocale: ja_JP, got: HOST, expected: JRE
Execution of the test case failed.
----------System.err:(3/210)----------
Exception in thread "main" java.lang.RuntimeException: Returned locale data adapter is not correct.
at LocaleProviders.adapterTest(LocaleProviders.java:94)
at LocaleProviders.main(LocaleProviders.java:44)
----------rerun:(19/1002)*----------
Root cause:
In L57 of java/util/Locale/LocaleProviders.sh: OS=`uname -s`
In the test env, the output is: CYGWIN_NT-10.0-WOW
In L166 of java/util/Locale/LocaleProviders.sh: CYGWIN_NT-6* | Darwin )
It did not match the OS, default value return.
Locale: Ja_JP
Product version: JDK 8u76 build 05
Error log:
C:/dora/8u76/b05/8u76build05_01272016/../jdk1.8.0_76\\bin\\java -Dfile.encoding=UTF-8 -classpath C:/Dora/8u76/b05/8u76build05_01272016/workDir/classes/java/util/Locale -Djava.locale.providers=HOST,JRE LocaleProviders adapterTest JRE ja JP
testLocale: ja_JP, got: HOST, expected: JRE
Execution of the test case failed.
----------System.err:(3/210)----------
Exception in thread "main" java.lang.RuntimeException: Returned locale data adapter is not correct.
at LocaleProviders.adapterTest(LocaleProviders.java:94)
at LocaleProviders.main(LocaleProviders.java:44)
----------rerun:(19/1002)*----------
Root cause:
In L57 of java/util/Locale/LocaleProviders.sh: OS=`uname -s`
In the test env, the output is: CYGWIN_NT-10.0-WOW
In L166 of java/util/Locale/LocaleProviders.sh: CYGWIN_NT-6* | Darwin )
It did not match the OS, default value return.
- backported by
-
JDK-8237460 java/util/Locale/LocaleProviders.sh failed on Win10.
-
- Resolved
-
-
JDK-8251761 java/util/Locale/LocaleProviders.sh failed on Win10.
-
- Resolved
-
- is cloned by
-
JDK-8152873 java/util/Locale/LocaleProviders.sh fails after JDK-8150432
-
- Closed
-
- relates to
-
JDK-8150710 java/util/Locale/LocaleProviders.sh fails with RuntimeException: Format failed
-
- Closed
-