Merge jdk:master
Hi all,
this is an automatically generated pull request to notify you that there is 1 commit from the branch jdk:masterthat can not be merged into the branch master:
The following file contains merge conflicts:
- src/java.base/macosx/native/libjava/java_props_macosx.c
All Committers in this project have access to my personal fork 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 of the openjdk/mobile repository.
# Ensure target branch is up to date
$ git checkout master
$ git pull https://github.com/openjdk/mobile.git master
# Fetch and checkout the branch for this pull request
$ git fetch https://github.com/openjdk-bots/mobile.git +10:openjdk-bot-10
$ git checkout openjdk-bot-10
# Merge the target branch
$ git merge master
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 jdk: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-bots/mobile.git openjdk-bot-10:10
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
/integrate auto
Progress
- [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/mobile.git pull/41/head:pull/41
$ git checkout pull/41
Update a local copy of the PR:
$ git checkout pull/41
$ git pull https://git.openjdk.org/mobile.git pull/41/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 41
View PR using the GUI difftool:
$ git pr show -t 41
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/mobile/pull/41.diff