On Fri, 13 May 2022 13:23:41 GMT, Jorn Vernee <jver...@openjdk.org> wrote:
>> Hi, >> >> This PR brings over commits from the panama-foreign repo. These commits >> mostly pertain to the switch to ASM and away from MethodHandle combinators >> for the binding recipe specialization. But, there is one more commit which >> adds freeing of downcall stubs, since those changes were mostly Java as well. >> >> Thanks, >> Jorn >> >> Testing: `run-test-jdk_foreign` with `-Dgenerator.sample.factor=-1` on >> Windows and Linux. > > Jorn Vernee has updated the pull request incrementally with one additional > commit since the last revision: > > Use unaligned layout constants when filling in reconstituted structs (was > accidentally dropped change) I seem to have found the issue. One required change was not included brought over from panama-foreign yet. I've included it now, so this should be ready for review. Thanks. ------------- PR: https://git.openjdk.java.net/jdk/pull/8685