Skip to content
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

Backport of GR-52940: Fix reported values in GCHeapSummary JFR event #2

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

roberttoyonaga
Copy link
Contributor

@roberttoyonaga roberttoyonaga commented Apr 22, 2024

Very minor backport of oracle/graal#8653 to correct some values in the JFR GCHeapSummary event.
Low risk because it only modifies hard coded values and adds test code.

Tested with mx native-unittest: passed.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 22, 2024
@roberttoyonaga
Copy link
Contributor Author

The gate errors seem to be caused by truffle related things seemingly unrelated to this change.

Copy link
Contributor

@zakkak zakkak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @roberttoyonaga,

Can you please use git cherry-pick -x for the backport and also include oracle/graal@83b936a from oracle/graal#8653?

Thank you

@roberttoyonaga
Copy link
Contributor Author

Ok I've used cherry-pick -x and cherry picked both oracle/graal@83b936a and fc98c41

I also needed to add some proxy configuration to the tests. This config exists in GraalVM, but not in this backport repository.
oracle/graal@d8a5916#diff-ea08341bb1c848b828ade0594cecfe946e1f2c61c8025cde31d2c94d512f6f99R201

Copy link
Contributor

@zakkak zakkak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @roberttoyonaga.

FYI I rebased it on latest master and will merge once the CI runs complete.

@zakkak zakkak self-assigned this Aug 28, 2024
@zakkak zakkak merged commit d2a466d into graalvm:master Aug 28, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants