-
Notifications
You must be signed in to change notification settings - Fork 37
8338479: GenShen: Detemplatize ShenandoahScanRemembered #472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
De-templatize ShenandoahScanRemembered and ShenandoahCardCluster
|
👋 Welcome back ysr! A progress list of the required criteria for merging this PR into |
|
@ysramakrishna 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 |
|
@ysramakrishna This issue is referenced in the PR title - it will now be updated. |
Webrevs
|
kdnilsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for quick turnaround on this. I assume we'll complete all tests before integrating.
…ously declared inline.
moving definition into the hpp file as it was used by the tempated methods that needed it in multiple translation units presumably.
|
Running specjbb perf numbers and codepipeline again after syncing with latest changes in master. Will push later today once all is clear and no perf differences (don't expect any). Left the inline specifier intact on those methods as requested by William. Thanks for your reviews! |
|
Thanks for your reviews! /integrate |
|
Going to push as commit 78277f9. |
|
@ysramakrishna Pushed as commit 78277f9. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
De-templatize ShenandoahScanRemembered and ShenandoahCardCluster, based on Roman's review feedback at https://github.com/openjdk/jdk/pull/20395/files/46638cdef26fd25c290e6f63035ff5d2f1dc3bdb#r1718773835.
/issue JDK-8338479
Testing:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/shenandoah.git pull/472/head:pull/472$ git checkout pull/472Update a local copy of the PR:
$ git checkout pull/472$ git pull https://git.openjdk.org/shenandoah.git pull/472/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 472View PR using the GUI difftool:
$ git pr show -t 472Using diff file
Download this PR as a diff file:
https://git.openjdk.org/shenandoah/pull/472.diff
Webrev
Link to Webrev Comment