RFR: 8275063: Implementation of Foreign Function & Memory API (Second incubator) [v9]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Thu Oct 21 15:20:16 UTC 2021
> This PR contains the API and implementation changes for JEP-419 [1]. A more detailed description of such changes, to avoid repetitions during the review process, is included as a separate comment.
>
> [1] - https://openjdk.java.net/jeps/419
Maurizio Cimadamore has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 15 additional commits since the last revision:
- Fix regression in VaList treatment on AArch64 (contributed by @nick-arm)
- Merge branch 'master' into JEP-419
- Fix copyright header in TestArrayCopy
- Fix failing microbenchmarks. Contributed by @FrauBoes (thanks!)
- * use `invokeWithArguments` to simplify new test
- Add test for liveness check with high-aririty downcalls
(make sure that if an exception occurs in a downcall because of liveness,
ref count of other resources are left intact).
- * Fix javadoc issue in VaList
* Fix bug in concurrent logic for shared scope acquire
- Address review comments
- Apply suggestions from code review
Co-authored-by: Paul Sandoz <paul.d.sandoz at googlemail.com>
- Fix TestLinkToNativeRBP test
- ... and 5 more: https://git.openjdk.java.net/jdk/compare/aeabb3df...5c69eabf
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5907/files
- new: https://git.openjdk.java.net/jdk/pull/5907/files/414952ad..5c69eabf
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5907&range=08
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5907&range=07-08
Stats: 25202 lines in 587 files changed: 18962 ins; 4240 del; 2000 mod
Patch: https://git.openjdk.java.net/jdk/pull/5907.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5907/head:pull/5907
PR: https://git.openjdk.java.net/jdk/pull/5907
More information about the nio-dev
mailing list