You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xmas92 Could not automatically backport f393975d to openjdk/jdk21 due to conflicts in the following files:
src/hotspot/share/gc/z/zPhysicalMemory.cpp
Please fetch the appropriate branch/commit and manually resolve these conflicts by using the following commands in your personal fork of openjdk/jdk21. Note: these commands are just some suggestions and you can use other equivalent commands you know.
# Fetch the up-to-date version of the target branch
$ git fetch --no-tags https://git.openjdk.org/jdk21.git master:master
# Check out the target branch and create your own branch to backport
$ git checkout master
$ git checkout -b xmas92-backport-f393975d
# Fetch the commit you want to backport
$ git fetch --no-tags https://git.openjdk.org/jdk.git f393975d1b9423835a7aa42f6ffc0656499701d7
# Backport the commit
$ git cherry-pick --no-commit f393975d1b9423835a7aa42f6ffc0656499701d7
# Resolve conflicts now
# Commit the files you have modified
$ git add files/with/resolved/conflicts
$ git commit -m 'Backport f393975d1b9423835a7aa42f6ffc0656499701d7'
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk21 with the title Backport f393975d1b9423835a7aa42f6ffc0656499701d7.
3 commit comments
openjdk-notifier[bot] commentedon Jul 3, 2023
Review
Issues
xmas92 commentedon Jul 3, 2023
/backport jdk21
openjdk[bot] commentedon Jul 3, 2023
@xmas92 Could not automatically backport
f393975d
to openjdk/jdk21 due to conflicts in the following files:Please fetch the appropriate branch/commit and manually resolve these conflicts by using the following commands in your personal fork of openjdk/jdk21. Note: these commands are just some suggestions and you can use other equivalent commands you know.
Once you have resolved the conflicts as explained above continue with creating a pull request towards the openjdk/jdk21 with the title
Backport f393975d1b9423835a7aa42f6ffc0656499701d7
.