[jdk11u-dev] RFR: 8248238: Implementation: JEP 388: Windows AArch64 Support [v9]
Reka Kovacs
rkovacs at openjdk.java.net
Thu Nov 4 20:41:24 UTC 2021
On Thu, 4 Nov 2021 19:49:53 GMT, Bernhard Urban-Forster <burban at openjdk.org> wrote:
>> src/hotspot/os_cpu/windows_aarch64/bytes_windows_aarch64.inline.hpp line 44:
>>
>>> 42: }
>>> 43:
>>> 44: #pragma warning(default: 4035) // Enable warning 4035: no return value
>>
>> What on Earth is this line doing here?
>
> Probably a copy-pasta leftover from the x86 bits (where it actually makes sense): https://github.com/openjdk/jdk11u-dev/blob/1ae15632c7005eff2267aa6cdbacbc038c4b43c5/src/hotspot/os_cpu/windows_x86/bytes_windows_x86.inline.hpp#L85
Removed. I'll take a note to remove it on tip too.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/301
More information about the jdk-updates-dev
mailing list