RFR: fixing jextract sample issues for jdk 22

Jorn Vernee jvernee at openjdk.org
Fri Jan 12 12:02:53 UTC 2024


On Fri, 12 Jan 2024 11:53:55 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:

> * re-generated libjimage sources and manually adopted for library loding.
> * avoid attempting to generate unsupported type constants ("long double")
> * adjust shell scripts for different versions of native libraries
> * allow Python home to be overridden by env. vars

src/main/java/org/openjdk/jextract/impl/UnsupportedFilter.java line 185:

> 183:             return null;
> 184:         }
> 185: 

Could you add a test case for this to ./test/testng/toolprovider/unsupported/TestUnsupportedTypes.java as well?

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

PR Review Comment: https://git.openjdk.org/jextract/pull/174#discussion_r1450338209


More information about the jextract-dev mailing list