loom icon indicating copy to clipboard operation
loom copied to clipboard

allow C2 monitorexit to be a safepoint

Open dean-long opened this issue 1 year ago • 5 comments


Progress

  • [ ] Change must not contain extraneous whitespace

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/loom.git pull/208/head:pull/208
$ git checkout pull/208

Update a local copy of the PR:
$ git checkout pull/208
$ git pull https://git.openjdk.org/loom.git pull/208/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 208

View PR using the GUI difftool:
$ git pr show -t 208

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/loom/pull/208.diff

dean-long avatar Apr 11 '24 07:04 dean-long

:wave: Welcome back dlong! A progress list of the required criteria for merging this PR into fibers will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

bridgekeeper[bot] avatar Apr 11 '24 07:04 bridgekeeper[bot]

❗ This change is not yet ready to be integrated. See the Progress checklist in the description for automated requirements.

openjdk[bot] avatar Apr 11 '24 07:04 openjdk[bot]

@dean-long This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

bridgekeeper[bot] avatar Jun 06 '24 11:06 bridgekeeper[bot]

@dean-long this pull request can not be integrated into fibers due to one or more merge conflicts. To resolve these merge conflicts and update this pull request you can run the following commands in the local repository for your personal fork:

git checkout fibers-monitorexit-safepoint
git fetch https://git.openjdk.org/loom.git fibers
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge fibers"
git push

openjdk[bot] avatar Jun 07 '24 05:06 openjdk[bot]

@dean-long This pull request has been inactive for more than 8 weeks and will be automatically closed if another 8 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration!

bridgekeeper[bot] avatar Aug 02 '24 06:08 bridgekeeper[bot]

@dean-long This pull request has been inactive for more than 16 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the /open pull request command.

bridgekeeper[bot] avatar Sep 27 '24 07:09 bridgekeeper[bot]