[foreign-memaccess] RFR: Merge master

J.Duke duke at openjdk.java.net
Fri Oct 16 11:08:40 UTC 2020


Hi all,

this is an _automatically_ generated pull request to notify you that there are 107 commits from the branch `master`that
can **not** be merged into the branch `foreign-memaccess`:

The following file contains merge conflicts:

- src/hotspot/share/classfile/classFileParser.cpp

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 +63:openjdk-bot-63
$ git checkout openjdk-bot-63

# 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-63:63

_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
 - 8254695: G1: Next mark bitmap clear not cancelled after marking abort
 - 8254161: Prevent instantiation of EnumSet subclasses through deserialization
 - 8254814: [Vector API] Fix an AVX512 crash after JDK-8223347
 - 8251535: Partial peeling at unsigned test adds incorrect loop exit check
 - 8254125: Assertion in cppVtables.cpp during builds on 32bit Windows
 - 8254369: Node::disconnect_inputs may skip precedences
 - 8251325: Miss 'L' for long value in if statement
 - 8254192: ExtraSharedClassListFile contains extra white space at end of line
 - 8254799: runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryError.java fails with release VMs
 - ... and 97 more: https://git.openjdk.java.net/panama-foreign/compare/02702171...68f0d9bd

The webrev contains the conflicts with foreign-memaccess:
 - merge conflicts: https://webrevs.openjdk.java.net/?repo=panama-foreign&pr=381&range=00.conflicts

Changes: https://git.openjdk.java.net/panama-foreign/pull/381/files
  Stats: 313799 lines in 793 files changed: 303531 ins; 5418 del; 4850 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/381.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/381/head:pull/381

PR: https://git.openjdk.java.net/panama-foreign/pull/381


More information about the panama-dev mailing list