JDK-8274325 : C4819 warning at vm_version_x86.cpp on Windows after JDK-8234160
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17,18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2021-09-26
  • Updated: 2021-10-09
  • Resolved: 2021-09-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 18
17.0.2Fixed 18 b17Fixed
Related Reports
Relates :  
Description
Compiling 272 files for java.xml.crypto
Compiling 241 files for jdk.javadoc
Compiling 95 files for jdk.jshell
Compiling 56 files for java.sql.rowset
e:\jiefu\ws\jdk\src\hotspot\cpu\x86\vm_version_x86.cpp(1658): warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
Compiling 2610 files for java.desktop
Creating support/modules_libs/java.base/verify.dll from 1 file(s)
Creating support/modules_libs/java.base/java.dll from 61 file(s)
Comments
Changeset: 7426fd4c Author: Jie Fu <jiefu@openjdk.org> Date: 2021-09-27 09:38:16 +0000 URL: https://git.openjdk.java.net/jdk/commit/7426fd4c9c0428411d2c4a2c675fcad6646ea90a
27-09-2021

ILW = Warning due to non-ASCII chars in comments, when building, disable warnings = LHM = P4
27-09-2021

PR: https://github.com/openjdk/jdk/pull/5701
26-09-2021