8378521: [lworld] Completely remove pre-barriers in CardTableBarrierSet when IS_DEST_UNINITIALIZED for value stores#2200
8378521: [lworld] Completely remove pre-barriers in CardTableBarrierSet when IS_DEST_UNINITIALIZED for value stores#2200xmas92 wants to merge 4 commits intoopenjdk:lworldfrom
Conversation
…et when IS_DEST_UNINITIALIZED for value stores
|
👋 Welcome back aboldtch! A progress list of the required criteria for merging this PR into |
|
@xmas92 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
stefank
left a comment
There was a problem hiding this comment.
Thanks for doing this change! I have a style thought below:
|
Thanks for the review. |
|
Going to push as commit 9024b8e.
Your commit was automatically rebased without conflicts. |
For
IS_DEST_UNINITIALIZEDit would never be valid for the CardTableBarrierSet to do a pre-barrier. Currentlyvalue_copy_in_heapandvalue_store_null_in_heapboth iterates the oops and virtually calls into the barriers sets pre barriers (of which all implementations are no-ops for uninitialized values).Remove this as part of the
CardTableBarrierSetinterface. After this is integrated I will upstream the relevant changes of this patch to mainline.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/valhalla.git pull/2200/head:pull/2200$ git checkout pull/2200Update a local copy of the PR:
$ git checkout pull/2200$ git pull https://git.openjdk.org/valhalla.git pull/2200/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2200View PR using the GUI difftool:
$ git pr show -t 2200Using diff file
Download this PR as a diff file:
https://git.openjdk.org/valhalla/pull/2200.diff
Using Webrev
Link to Webrev Comment