-
Notifications
You must be signed in to change notification settings - Fork 767
Fix style and consistency issues in some JFR events #21891
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
Fix style and consistency issues in some JFR events #21891
Conversation
@keithc-ca Please review these changes |
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 also update the commit message:
- it should start with "Fix", not "Fixes"
- the summary line should not end with a period
- please spell JFR consistently
bf0fad2
to
5067d97
Compare
12d18ff
to
75ac1d7
Compare
The summary line in the commit message still ends with a period (but should not). |
I had changed it on the commit. It was still in the buffer when I amended, unfortunately. |
This change fixes style and consistency issues in some JFR event code. Signed-off-by: Adrian Popescu <[email protected]>
e2404ae
to
96c0646
Compare
Jenkins test sanity zlinux jdk21 |
This change fixes style and consistency issues in some JFR event code.