[foreign-jextract] Integrated: 8262263: BadBitfieldTest fails on Windows
    Jorn Vernee 
    jvernee at openjdk.java.net
       
    Tue Feb 23 22:16:58 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
This pull request has now been integrated.
Changeset: 0d348013
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/0d348013
Stats:     4 lines in 1 file changed: 0 ins; 0 del; 4 mod
8262263: BadBitfieldTest fails on Windows
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/460
    
    
More information about the panama-dev
mailing list