8380870: [lworld] More unification of 32-bit code in markWord.hpp#2260
8380870: [lworld] More unification of 32-bit code in markWord.hpp#2260stefank wants to merge 9 commits intoopenjdk:lworldfrom
Conversation
|
👋 Welcome back stefank! A progress list of the required criteria for merging this PR into |
|
@stefank This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 121 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
Webrevs
|
|
I've approved this PR before noticing that the new assert in |
This is how we work with dependent pull requests in GitHub. My changes were made on top of the changes in 2258, as soon as 2258 has been integrated this PR will be targeted to lworld. |
|
I see now that I've fixed the test in another follow-up. I'll pull that fix into this PR. |
|
The parent pull request that this pull request depends on has now been integrated and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout 8380870_lworld_32_bit_mark_word_tweaks
git fetch https://git.openjdk.org/valhalla.git lworld
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge lworld"
git push |
|
@stefank this pull request can not be integrated into git checkout 8380870_lworld_32_bit_mark_word_tweaks
git fetch https://git.openjdk.org/valhalla.git lworld
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge lworld"
git push |
…_bit_mark_word_tweaks
|
Thanks for reviewing! |
|
Going to push as commit 9681478.
Your commit was automatically rebased without conflicts. |
Two of the Valhalla bits are protected by 64/32 bit checks, but the other two are not. This also makes the top comment incorrect for 32-bit versions. I propose some small tweaks to make it less confusing for reviewers / readers of the code.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2260/head:pull/2260$ git checkout pull/2260Update a local copy of the PR:
$ git checkout pull/2260$ git pull https://git.openjdk.org/valhalla.git pull/2260/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2260View PR using the GUI difftool:
$ git pr show -t 2260Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2260.diff
Using Webrev
Link to Webrev Comment