-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b14
-
windows
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8245389 | 14u-cpu | Yasumasa Suenaga | P4 | Resolved | Fixed | master |
JDK-8245222 | 14.0.2 | Yasumasa Suenaga | P4 | Resolved | Fixed | b07 |
We found the issue that HotSpot does not start when it is deployed on the path which contains CJK character(s), and it has been fixed in JDK-8240197.
On the review ofJDK-8240197 [1], we concern similar issue might occur in other place, and I found potentially problem in below:
- ZFILE_Open() @ zip_util.c
- JDK_Canonicalize() @ canonicalize_md.c (for Windows)
- create_unc_path() @ java_md.c (for Windows)
- Platform::MultibyteStringToWideString() @ WindowsPlatform.cpp
[1] https://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2020-March/038397.html
On the review of
- ZFILE_Open() @ zip_util.c
- JDK_Canonicalize() @ canonicalize_md.c (for Windows)
- create_unc_path() @ java_md.c (for Windows)
- Platform::MultibyteStringToWideString() @ WindowsPlatform.cpp
[1] https://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2020-March/038397.html
- backported by
-
JDK-8245222 Some functions might not work with CJK character
-
- Resolved
-
-
JDK-8245389 Some functions might not work with CJK character
-
- Resolved
-
- relates to
-
JDK-8240197 Cannot start JVM when $JAVA_HOME includes CJK characters
-
- Resolved
-