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

Remove internal Hotspot metrics #1156

Merged
merged 9 commits into from
Sep 4, 2024
Merged

Conversation

DanielThomas
Copy link
Member

@DanielThomas DanielThomas commented Sep 4, 2024

Stacked PR on top of dannyt/jfr to remove the Hotspot internal metrics. They're less of a concern for us now we're on ZGC, and most of the critical work happens in thread local handshakes, not safepoints, and JNI critical/GCLocker is less of a concern.

Integrity by Default also means we want to move away from agents, opens, or any other practice that violates integrity. If we find another need for metrics for these, JFR is the way to do it now. We've long since removed the required add-exports from internal applications, because it prevents CDS from working.

@brharrington brharrington added this to the 1.8.0 milestone Sep 4, 2024
Base automatically changed from dannyt/jfr to main September 4, 2024 02:22
@brharrington brharrington merged commit d8bb9a8 into main Sep 4, 2024
1 check passed
@brharrington brharrington deleted the dannyt/remove-hotspot-internal branch September 4, 2024 02:51
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