RFR: Merge panama [v2]
Jorn Vernee
jvernee at openjdk.org
Tue Feb 13 17:27:24 UTC 2024
> Merge panama branch into jdk22 branch, to pull in all the latest changes for jdk22
>
> This PR also contains a small fix in `test/jtreg/generator/clinitCycles/libClinitGlobal.c`. This file was including a header using `#include <...>` which doesn't work on some versions of GCC. `<>` should be used for system headers. I've switched the test to using `#include "..."` instead, which works.
Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
missing build.gradle changes
-------------
Changes:
- all: https://git.openjdk.org/jextract/pull/207/files
- new: https://git.openjdk.org/jextract/pull/207/files/d13a8308..cdcf456f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jextract&pr=207&range=01
- incr: https://webrevs.openjdk.org/?repo=jextract&pr=207&range=00-01
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jextract/pull/207.diff
Fetch: git fetch https://git.openjdk.org/jextract.git pull/207/head:pull/207
PR: https://git.openjdk.org/jextract/pull/207
More information about the jextract-dev
mailing list