-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8252103: Parallel heap inspection for ParallelScavengeHeap #25
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
|
👋 Welcome back lzang! A progress list of the required criteria for merging this PR into |
|
@linzang The following labels will be automatically applied to this pull request: |
Webrevs
|
|
/label add "serviceablility" |
|
@linzang Usage:
|
|
/label add serviceability |
|
@linzang |
|
Dear All, |
|
@linzang This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 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! |
|
Hi Lin, Sorry for not getting to this sooner. One of the reasons is that I haven't had time to explore a better solution, but the above notification triggered me to at least share my thoughts. I would like us to avoid having the logic that check how many workers are doing the work and instead have some mechanism that claim different chunks of work. You can compare it a bit to G1 where we have the So basically the |
|
Hi @kstefanj, Thanks a lot for your comments. BTW, Paul ([email protected]) also helped review this patch and send the comment in mail list, I will paste his comments here and then try to polish a patch with all of your comments considered. |
|
Here is the review comments from Paul, copied from hotspot-gc-dev digest:
Thanks for Paul's help and effort for reviewing, I will make a refined patch based on your comments. |
3672513 to
05f3c64
Compare
|
Dear @stefank, |
- Parallel heap iteration support for PSS - JBS: https://bugs.openjdk.java.net/browse/JDK-8252103
|
@linzang Usage:
|
|
@linzang The |
|
@linzang To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
|
@linzang Usage:
|
|
@linzang |
|
@linzang Usage:
|
|
@linzang The |
|
I recommend changing the While there is (to my knowledge) no compiler (that supports the JVM) that does not use two's complement for integer representation, officially only with C++20 (or later) the result of this operation is exactly defined. We know that other code just does the cast as this does ;), but if you use I would also move Lgtm otherwise. Thanks for bearing with us. |
|
Dear @tschatzl @kstefanj and @albertnetymk, BRs, |
Co-authored-by: Stefan Johansson <[email protected]>
kstefanj
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.
I'm good with the current state of the code. Will do some additional testing before being ready to sponsor though.
|
@linzang 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 119 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@kstefanj, @tschatzl) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
tschatzl
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.
Please remove the size_t cast before SIZE_MAX. SIZE_MAX defines the maximum value that a size_t can hold, so it must be of that type.
Approving with that minor fix request. @kstefanj will sponsor it.
|
@linzang the testing looks good and we are ready to take this in. Before doing |
|
Hi @kstefanj, |
|
/integrate |
|
@linzang, sorry I was unclear. I meant merge the latest master, but since this change is not touching to many files and no conflicts are reported I guess its fine to let the bots to the automatic rebase. |
|
/sponsor |
|
@kstefanj @linzang Since your change was applied there have been 119 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit a6ce6a5. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
…cv-port-24 RISC-V: loom: RVC: assert the position of post call nop is aligned
Resolves: OPENJDK-1357 Reviewed-by: @martinuy, @gnu-andrew
JVM-1909: don't purge local variables from allocation state based on their liveness
Resolves: OPENJDK-1357 Reviewed-by: @martinuy, @gnu-andrew
Progress
Testing
Issue
Reviewers
Download
$ git fetch https://git.openjdk.java.net/jdk pull/25/head:pull/25$ git checkout pull/25