8295044: Implementation of Foreign Function and Memory API (Second Preview)#10872
8295044: Implementation of Foreign Function and Memory API (Second Preview)#10872mcimadamore wants to merge 71 commits intoopenjdk:masterfrom
Conversation
Fix call to SymbolLookup::find
Revert MemorySegment factories
Update some javadocs
|
👋 Welcome back mcimadamore! A progress list of the required criteria for merging this PR into |
|
|
|
@mcimadamore The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
Here are the main API changes introduced in this round (there are also some JVM changes which will be integrated separately):
|
|
/label remove security |
|
@wangweij |
|
@mcimadamore this pull request can not be integrated into git checkout PR_20
git fetch https://git.openjdk.org/jdk master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
@mcimadamore This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 67 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
/contributor add @JornVernee @minborg @mcimadamore |
|
@mcimadamore Syntax:
User names can only be used for users in the census associated with this repository. For other contributors you need to supply the full name and email address. |
|
/contributor add @JornVernee |
|
/contributor add @minborg |
|
/contributor add @mcimadamore |
|
@mcimadamore |
|
@mcimadamore |
|
@mcimadamore |
|
Note: there are 4 tests failing in x86:
These failures are addressed in the dependent PR: https://git.openjdk.org/jdk/pull/11019, which will be integrated immediately after these changes |
|
/integrate |
|
Going to push as commit 73baadc.
Your commit was automatically rebased without conflicts. |
|
@mcimadamore Pushed as commit 73baadc. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
@mcimadamore This PR made my code in java-vulkan much cleaner! Nice work! |
This PR contains the API and implementation changes for JEP-434 [1]. A more detailed description of such changes, to avoid repetitions during the review process, is included as a separate comment.
[1] - https://openjdk.org/jeps/434
Progress
Issues
Reviewers
Contributors
<jvernee@openjdk.org><pminborg@openjdk.org><mcimadamore@openjdk.org>Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/10872/head:pull/10872$ git checkout pull/10872Update a local copy of the PR:
$ git checkout pull/10872$ git pull https://git.openjdk.org/jdk pull/10872/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 10872View PR using the GUI difftool:
$ git pr show -t 10872Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/10872.diff