RFR: 8282191: Implementation of Foreign Function & Memory API (Preview) [v44]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Wed May 11 10:39:44 UTC 2022
> This PR contains the API and implementation changes for JEP-424 [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/424
Maurizio Cimadamore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 64 commits:
- Merge branch 'master' into foreign-preview
- Fix crashes in heap segment benchmarks due to misaligned access
- Merge branch 'master' into foreign-preview
- Update src/java.base/share/classes/jdk/internal/reflect/Reflection.java
Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
- Add tests for loaderLookup/restricted method corner cases
- * Clarify what happens when SymbolLookup::loaderLookup is invoked from JNI
* Tweak restricted method check to work when there's no caller class
- Tweak examples in SymbolLookup javadoc
- Merge branch 'master' into foreign-preview
- Update src/java.base/share/classes/jdk/internal/misc/X-ScopedMemoryAccess.java.template
Co-authored-by: ExE Boss <3889017+ExE-Boss at users.noreply.github.com>
- Tweak support for Linker lookup
Improve javadoc of SymbolLookup
- ... and 54 more: https://git.openjdk.java.net/jdk/compare/73c5e993...cdd006e7
-------------
Changes: https://git.openjdk.java.net/jdk/pull/7888/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7888&range=43
Stats: 65711 lines in 373 files changed: 43720 ins; 19432 del; 2559 mod
Patch: https://git.openjdk.java.net/jdk/pull/7888.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7888/head:pull/7888
PR: https://git.openjdk.java.net/jdk/pull/7888
More information about the build-dev
mailing list