[foreign-memaccess] RFR: Merge master
J.Duke
duke at openjdk.java.net
Fri Nov 13 11:06:19 UTC 2020
Hi all,
this is an _automatically_ generated pull request to notify you that there are 93 commits from the branch `master`that can **not** be merged into the branch `foreign-memaccess`:
Over 25 files contains merge conflicts.
All Committers in this [project](https://openjdk.java.net/census#panama) have access to my [personal fork](https://github.com/openjdk-bot/panama-foreign) and can therefore help resolve these merge conflicts (you may want to coordinate who should do this).
The following paragraphs will give an example on how to solve these merge conflicts and push the resulting merge commit to this pull request.
The below commands should be run in a local clone of your [personal fork](https://wiki.openjdk.java.net/display/skara#Skara-Personalforks) of the [openjdk/panama-foreign](https://github.com/openjdk/panama-foreign) repository.
# Ensure target branch is up to date
$ git checkout foreign-memaccess
$ git pull https://github.com/openjdk/panama-foreign.git foreign-memaccess
# Fetch and checkout the branch for this pull request
$ git fetch https://github.com/openjdk-bot/panama-foreign.git +73:openjdk-bot-73
$ git checkout openjdk-bot-73
# Merge the target branch
$ git merge foreign-memaccess
When you have resolved the conflicts resulting from the `git merge` command above, run the following commands to create a merge commit:
$ git add paths/to/files/with/conflicts
$ git commit -m 'Merge master'
When you have created the merge commit, run the following command to push the merge commit to this pull request:
$ git push https://github.com/openjdk-bot/panama-foreign.git openjdk-bot-73:73
_Note_: if you are using SSH to push commits to GitHub, then change the URL in the above `git push` command accordingly.
Thanks,
J. Duke
-------------
Commit messages:
- Automatic merge of jdk:master into master
- 8256011: Shenandoah: Don't resurrect finalizably reachable objects
- 8255964: Add all details to jstack log in jtreg timeout handler
- 8253525: Implement getInstanceSize/sizeOf intrinsics
- 8254887: C2: assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
- 8256290: javac/lambda/T8031967.java fails with StackOverflowError on x86_32
- 8256220: C1: x86_32 fails with -XX:UseSSE=1 after JDK-8210764 due to mishandled lir_neg
- 8255973: Add more logging to debug JDK-8255917
- 8253820: Save test images and dumps with timestamps from client sanity suite
- 8256063: Module::getPackages on an unnamed module may return packages that are in a named module
- ... and 83 more: https://git.openjdk.java.net/panama-foreign/compare/724f0919...fcfeafad
The webrev contains the conflicts with foreign-memaccess:
- merge conflicts: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=393&range=00.conflicts
Changes: https://git.openjdk.java.net/panama-foreign/pull/393/files
Stats: 71039 lines in 853 files changed: 39543 ins; 21070 del; 10426 mod
Patch: https://git.openjdk.java.net/panama-foreign/pull/393.diff
Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/393/head:pull/393
PR: https://git.openjdk.java.net/panama-foreign/pull/393
More information about the panama-dev
mailing list