RFR: 8274325: C4819 warning at vm_version_x86.cpp on Windows after JDK-8234160

Jie Fu jiefu at openjdk.java.net
Sun Sep 26 17:18:14 UTC 2021


Hi all,

I'd like to fix the C4819 warning at vm_version_x86.cpp on Windows after JDK-8234160.

The reason is that there are non-ASCII chars in the comments of vm_version_x86.cpp after JDK-8234160.
It makes the code to be less portable.

It would be better to fix it.

The fix just removing those chars in the comments.

Thanks.
Best regards,
Jie

-------------

Commit messages:
 - 8274325: C4819 warning at vm_version_x86.cpp on Windows after JDK-8234160

Changes: https://git.openjdk.java.net/jdk/pull/5701/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5701&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8274325
  Stats: 37 lines in 1 file changed: 0 ins; 0 del; 37 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5701.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5701/head:pull/5701

PR: https://git.openjdk.java.net/jdk/pull/5701


More information about the hotspot-dev mailing list