Skip to content

(0.51) Fix owner for JFR monitor enter #21356

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

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

tajila
Copy link
Contributor

@tajila tajila commented Mar 14, 2025

  • Fix Owner for JFR monitor enter
  • Add tests to validate monitor enter events

Backport of #21340

- Fix Owner for JFR monitor enter
- Add tests to validate monitor enter events

Signed-off-by: Tobi Ajila <[email protected]>
@tajila tajila requested a review from babsingh March 14, 2025 19:57
@tajila
Copy link
Contributor Author

tajila commented Mar 14, 2025

@babsingh please review

@@ -35,6 +35,10 @@ public class WorkLoad {
public static double average;
public static double stdDev;

private static long globalCounter = 0;
static interface GlobalLoack {};
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like a typo, but it doesn't block the PR from being merged. It can be addressed separately since the main PR has already been merged.

@babsingh babsingh merged commit 8502470 into eclipse-openj9:v0.51.0-release Mar 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants