jextract 23

Duncan Gittins duncan.gittins at gmail.com
Mon Jan 20 12:56:48 UTC 2025


I've just updated my environment to try latest jextract. Running
"build\jextract\bin\jextract.bat --version" prints "jextract 22" and it
runs with built in JDK22

The jextract 22 generated code depends on JDK23 API because of:

static MemorySegment findOrThrow(String symbol) {

return SYMBOL_LOOKUP.findOrThrow(symbol);

}


Perhaps it is time to update the version as "jextract 23" and post new
build to https://jdk.java.net/  or allow target=22|23?

Kind regards

Duncan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/panama-dev/attachments/20250120/8a76c77c/attachment.htm>


More information about the panama-dev mailing list