RFR: 7903665: Function pointer code generation issues
Maurizio Cimadamore
mcimadamore at openjdk.org
Thu Feb 15 16:11:25 UTC 2024
This PR fixes two minor issues with function pointer generation:
* static is missing from some nested classes (function pointers)
* function pointers also miss a default constructor
-------------
Commit messages:
- Initial push
Changes: https://git.openjdk.org/jextract/pull/212/files
Webrev: https://webrevs.openjdk.org/?repo=jextract&pr=212&range=00
Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903665
Stats: 102 lines in 6 files changed: 92 ins; 0 del; 10 mod
Patch: https://git.openjdk.org/jextract/pull/212.diff
Fetch: git fetch https://git.openjdk.org/jextract.git pull/212/head:pull/212
PR: https://git.openjdk.org/jextract/pull/212
More information about the jextract-dev
mailing list