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

JCMD JFR start and stop implementation using reflection. #20083

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sharanpatil123
Copy link

jcmd JFR.start duration=20s delay=10s filename=myrecording.jfr
jcmd JFR.stop name=1

jcmd <pid> JFR.start duration=20s delay=10s filename=myrecording.jfr
jcmd <pid> JFR.stop name=1
@sharanpatil123
Copy link
Author

@TobiAjila @BrijeshNekkare - please review.

@JasonFengJ9
Copy link
Member

A couple of comments:

Note the ECA test failed, contribution guidelines are at https://github.com/eclipse-openj9/openj9/blob/master/CONTRIBUTING.md.

@JasonFengJ9
Copy link
Member

Additional comment:

  • please follow the existing code convention of usage of tabs and spaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants