RFR: JDK-8294901: remove pre-VS2017 checks in Windows related coding [v2]
Matthias Baesken
mbaesken at openjdk.org
Fri Oct 7 13:29:49 UTC 2022
On Fri, 7 Oct 2022 13:16:27 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> wepoll.c is 3rd party code, do not change it
>
> src/java.base/windows/native/libnio/ch/wepoll.c line 865:
>
>> 863: #define inline __inline
>> 864: #endif
>> 865:
>
> This is 3rd party code so best to leave it out of this change.
I agree, let's leave 3rd party code alone. I adjusted wepoll.c and kept the _MSC_VER check.
-------------
PR: https://git.openjdk.org/jdk/pull/10600
More information about the hotspot-dev
mailing list