Re: RFR: 8297853: windows-x86 test build broken [v2]

2022-11-30 Thread Jorn Vernee
On Wed, 30 Nov 2022 17:08:36 GMT, Magnus Ihse Bursie wrote: >> test/micro/org/openjdk/bench/java/lang/foreign/libQSortJNI.c is missing the >> correct macro definition to compile on 32-bit Windows. > > Magnus Ihse Bursie has updated the pull request incrementally with one > additional commit sin

Re: RFR: 8297853: windows-x86 test build broken [v2]

2022-11-30 Thread Magnus Ihse Bursie
> test/micro/org/openjdk/bench/java/lang/foreign/libQSortJNI.c is missing the > correct macro definition to compile on 32-bit Windows. Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision: Use only _WIN32 - Changes: -

RFR: 8297853: windows-x86 test build broken

2022-11-30 Thread Magnus Ihse Bursie
test/micro/org/openjdk/bench/java/lang/foreign/libQSortJNI.c is missing the correct macro definition to compile on 32-bit Windows. - Commit messages: - 8297853: windows-x86 test build broken Changes: https://git.openjdk.org/jdk/pull/11434/files Webrev: https://webrevs.openjdk.org/

Re: RFR: 8297853: windows-x86 test build broken

2022-11-30 Thread Jorn Vernee
On Wed, 30 Nov 2022 15:58:17 GMT, Magnus Ihse Bursie wrote: > test/micro/org/openjdk/bench/java/lang/foreign/libQSortJNI.c is missing the > correct macro definition to compile on 32-bit Windows. test/micro/org/openjdk/bench/java/lang/foreign/libQSortJNI.c line 31: > 29: #include "JNICB.h" > 30