[Integrated] [foreign-jextract] RFR: 8244959: Jextract's VarargsInvoker fails to link functions when passing integer types other than long

Henry Jen henryjen at openjdk.java.net
Thu May 14 21:43:20 UTC 2020


On Wed, 13 May 2020 21:49:13 GMT, Henry Jen <henryjen at openjdk.org> wrote:

> This PR makes sure VarargsInvoker use exact size match layout for carrier type for varargs parameters.
> 
> Use sprintf as the test case, tested on Mac OS X, need verification on Windows to verify the needed share library is
> loaded by JVM.

This pull request has now been integrated.

Changeset: f1c6b460
Author:    Henry Jen <henryjen at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/f1c6b460
Stats:     66 lines in 3 files changed: 2 ins; 61 del; 3 mod

8244959: Jextract's VarargsInvoker fails to link functions when passing integer types other than long

Reviewed-by: sundar, mcimadamore, jvernee

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

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


More information about the panama-dev mailing list