[jdk11u-dev] RFR: 8248238: Implementation: JEP 388: Windows AArch64 Support [v9]

Bernhard Urban-Forster burban at openjdk.java.net
Thu Nov 4 19:55:21 UTC 2021


On Thu, 4 Nov 2021 09:04:29 GMT, Andrew Haley <aph at openjdk.org> wrote:

>> Reka Kovacs has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains two new commits since the last revision:
>> 
>>  - Remove unnecessary changes
>>  - Backport 9604ee82690f89320614b37bfef4178abc869777
>
> 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

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

PR: https://git.openjdk.java.net/jdk11u-dev/pull/301


More information about the jdk-updates-dev mailing list