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

Jie Fu jiefu at openjdk.java.net
Mon Sep 27 09:42:28 UTC 2021


On Sun, 26 Sep 2021 02:47:06 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 7426fd4c
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/7426fd4c9c0428411d2c4a2c675fcad6646ea90a
Stats:     37 lines in 1 file changed: 0 ins; 0 del; 37 mod

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

Reviewed-by: dholmes

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

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


More information about the hotspot-dev mailing list