[foreign] RFR 8217164: Enable jextract to handle function types in parameters
Jorn Vernee
jbvernee at xs4all.nl
Wed Jan 16 22:01:39 UTC 2019
Hi,
Please review the following patch which allows jextract to handle
function signatures with simple function types as parameter types e.g.:
void func(void callback(int)) { // function taking a pointer to
function taking an int
// ...
}
Bug: https://bugs.openjdk.java.net/browse/JDK-8217164
Webrev:
http://cr.openjdk.java.net/~jvernee/panama/webrevs/8217164/webrev.00/
Thanks,
Jorn
More information about the panama-dev
mailing list