[foreign-abi] [Rev 01] RFR: Merge foreign-memaccess
J.Duke
duke at openjdk.java.net
Fri May 15 11:43:40 UTC 2020
> Hi all,
>
> this is an _automatically_ generated pull request to notify you that there are 112 commits from the branch
> `foreign-memaccess`that can **not** be merged into the branch `foreign-abi`:
> The following file contains merge conflicts:
>
> - src/java.base/share/classes/java/lang/System.java
>
> All Committers in this [project](https://openjdk.java.net/census#Optional[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-abi $ git pull https://github.com/openjdk/panama-foreign foreign-abi
>
> # Fetch and checkout the branch for this pull request
> $ git fetch https://github.com/openjdk-bot/panama-foreign +37:openjdk-bot-37
> $ git checkout openjdk-bot-37
>
> # Merge the target branch
> $ git merge foreign-abi
>
> 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 foreign-memaccess'
>
>
> 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 openjdk-bot-37:37
>
> _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
J. Duke has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains
113 commits:
- Merge branch 'foreign-abi' into openjdk-bot-37
- Automatic merge of master into foreign-memaccess
- Automatic merge of jdk:master into master
- 8245024: Simplify and eagerly initialize StringConcatFactory
Reviewed-by: psandoz
- 8245046: SetupTarget incorrect for hotspot-ide-project
Reviewed-by: erikj
- 8209774: Refactor shell test javax/xml/jaxp/common/8035437/run.sh to java
Reviewed-by: dfuchs, joehw, alanb
- 8244961: MethodHandles::privateLookupIn throws NPE when called during initPhase2
Reviewed-by: chegar
- 8243012: Fix issues in j.l.i package info
Reviewed-by: alanb, sspitsyn
- 8242524: Use different default CDS archives depending on UseCompressOops
Reviewed-by: erikj, iklam, ccheung
- 8243947: [TESTBUG] hotspot/jtreg:hotspot_appcds_dynamic fails when the JDK doesn't have default CDS archive
Generate a default CDS archive when necessary before running AppCDS dynamic tests.
Reviewed-by: iklam
- ... and 103 more: https://git.openjdk.java.net/panama-foreign/compare/b1eb5e82...a09ccefd
-------------
Changes: https://git.openjdk.java.net/panama-foreign/pull/168/files
Webrev: https://webrevs.openjdk.java.net/panama-foreign/168/webrev.01
Stats: 13390 lines in 402 files changed: 7823 ins; 3512 del; 2055 mod
Patch: https://git.openjdk.java.net/panama-foreign/pull/168.diff
Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/168/head:pull/168
PR: https://git.openjdk.java.net/panama-foreign/pull/168
More information about the panama-dev
mailing list