RFR: 8301853: C4819 warnings were reported in HotSpot on Windows
Yasumasa Suenaga
ysuenaga at openjdk.org
Mon Feb 6 12:40:44 UTC 2023
This is subtask of #12427 .
I have seen C4819 warning in stubGenerator_x86_64_poly.cpp and elfFile.hpp in HotSpot on Windows (CP932: Japanese locale)
d:\github-forked\jdk\src\hotspot\cpu\x86\stubGenerator_x86_64_poly.cpp(1): error C2220: 次の警告はエラーとして処理されます
d:\github-forked\jdk\src\hotspot\cpu\x86\stubGenerator_x86_64_poly.cpp(1): warning C4819: ファイルは、現在のコード ページ (932) で表示できない文字を含んでいます。データの損失を防ぐために、ファイルを Unicode 形式で保存してください。
-------------
Commit messages:
- 8301853: C4819 warnings were reported in HotSpot on Windows
Changes: https://git.openjdk.org/jdk/pull/12435/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12435&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8301853
Stats: 54 lines in 2 files changed: 0 ins; 0 del; 54 mod
Patch: https://git.openjdk.org/jdk/pull/12435.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/12435/head:pull/12435
PR: https://git.openjdk.org/jdk/pull/12435
More information about the hotspot-dev
mailing list