-
Notifications
You must be signed in to change notification settings - Fork 722
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
Use RSSReport class #19563
Use RSSReport class #19563
Conversation
I'm not sure it makes sense for this to go into 0.46 since this seems to be a non functional (i.e., reporting) feature rather than a bug fix, esp since the depending OMR change likely needs some non-trivial changes. Is there a strong reason to get this into 0.46? |
I would say it does add a new feature (under an option). We planned to get it into 0.46 - just were a bit late. |
FYI there are conflicts that need to be resolved before this is merged. I don't have any objection to putting this in 0.46 as long as this is merged to master and there are no resulting problems. My understanding is it's disabled by default, we haven't started any Milestone builds for 0.46 yet, and we're well in advance of M2. If we are putting it in, it would be nice to have it in before we start M1 builds next week. |
Addressed OMR comments and rebased. |
Thanks for the review. I will address it shortly. I decided to make this PR WIP and include ability to use this class from VM as well. |
Rebased. |
Track the whole Code Cache vs just cold part. |
Addressed latest comments |
Rebased |
Added check for |
Addressed latest comments |
The commits should be squashed into one. |
Squashed all the commits. |
jenkins test sanity.functional all jdk21 |
@gita-omr the builds are failing due to:
|
This PR will conflict with #19850 once that's been merged. |
Rebased and removed dependency from the description. |
Not sure why |
jenkins compile xlinux jdk21 |
jenkins test sanity.functional all jdk21 |
The windows build failure seems to be unrelated. |
Windows machines are all down right now. Everything else passed so will merge. |
No description provided.