[foreign-jextract] RFR: 8262263: BadBitfieldTest fails on Windows
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Tue Feb 23 22:12:47 UTC 2021
On Tue, 23 Feb 2021 21:01:40 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> Hi,
>
> BadBitfieldTest fails on Windows due to the test struct using the `long` native type, with a bit-width larger than 32 bits, which is problematic on Windows.
>
> Switching the type to `long long` resolves the failure. (I've also reduced the whitespace a little)
>
> Thanks,
> Jorn
Looks good - thanks for fixing
-------------
Marked as reviewed by mcimadamore (Committer).
PR: https://git.openjdk.java.net/panama-foreign/pull/460
More information about the panama-dev
mailing list