[Integrated] [foreign-jextract] RFR: Fix some jextract test failures on Windows

Jorn Vernee jvernee at openjdk.java.net
Fri May 8 14:20:06 UTC 2020


On Wed, 6 May 2020 14:25:05 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> Hi,
> 
> This PR fixes some jextract test failure I was seeing locally, caused by use of `long` which has a different
> size/carrier type on Windows.
> MSVC also doesn't allow redefining `size_t` in a typedef, so I've changed the name of that.
> 
> Thanks,
> Jorn

This pull request has now been integrated.

Changeset: 5a00cc49
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/5a00cc49
Stats:     7 lines in 4 files changed: 0 ins; 0 del; 7 mod

Fix some jextract test failures on Windows

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.java.net/panama-foreign/pull/150


More information about the panama-dev mailing list