8234534: Simplify CardTable code after CMS removal #2354
8234534: Simplify CardTable code after CMS removal #2354tschatzl wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back tschatzl! A progress list of the required criteria for merging this PR into |
056c70b to
ec2083c
Compare
ec2083c to
1632a90
Compare
1632a90 to
5aa23d7
Compare
|
/label add hotspot-gc |
|
@tschatzl |
|
(latest tier1-4 testing still stuck on linux-aarch64, but everything else passed. I think there is no particular aarch64 specific change in there...) |
Webrevs
|
kimbarrett
left a comment
There was a problem hiding this comment.
Looks good to me, with the one minor nit I commented on and Albert's suggestions.
|
@tschatzl 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 51 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 |
|
All fixed as suggested. Still compiles. |
|
Thanks @kimbarrett @albertnetymk for your reviews. /integrate |
|
@tschatzl Since your change was applied there have been 63 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 78b0d32. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi,
can I have reviews for this cleanup that removes CMS specific code from
CardTable/CardTableRS?Note that there is still this "conc_scan" parameter passed to the card table that affects barrier code generation, for some reason also G1 barrier code generation although it should not as
G1CardTable::scanned_concurrently()only used for the "normal" card table. Initial attempts showed that removing this is not straightforward, causing crashes and so I left it out for JDK-8250941 so that this change is solely about removing unused code.Testing: tier1-4, some tier1-5 runs earlier (before some removal of hunks for files only containing copyright updates or newline changes)
Progress
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/2354/head:pull/2354$ git checkout pull/2354