RFR: 8264774: Implementation of Foreign Function and Memory API (Incubator) [v27]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Tue Jun 1 17:03:59 UTC 2021
> This PR contains the API and implementation changes for JEP-412 [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/412
Maurizio Cimadamore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 38 commits:
- Merge branch 'master' into JEP-412
- Merge branch 'master' into JEP-412
- * Add missing `final` in some static fields
* Downgrade native methods in ProgrammableUpcallHandler to package-private
- Add sealed modifiers in morally sealed API interfaces
- Merge branch 'master' into JEP-412
- Fix VaList test
Remove unused code in Utils
- Merge pull request #11 from JornVernee/JEP-412-MXCSR
Add MXCSR save and restore to upcall stubs for non-windows platforms
- Add MXCSR save and restore to upcall stubs for non-windows platforms
- Merge branch 'master' into JEP-412
- Fix issue with bounded arena allocator
- ... and 28 more: https://git.openjdk.java.net/jdk/compare/36dc268a...10767bc0
-------------
Changes: https://git.openjdk.java.net/jdk/pull/3699/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3699&range=26
Stats: 14501 lines in 219 files changed: 8847 ins; 3642 del; 2012 mod
Patch: https://git.openjdk.java.net/jdk/pull/3699.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3699/head:pull/3699
PR: https://git.openjdk.java.net/jdk/pull/3699
More information about the nio-dev
mailing list