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

Implementation of ExecuteVMOperationEvent #4368

Merged
merged 3 commits into from
Mar 29, 2022

Conversation

zhengyu123
Copy link
Contributor

ExecuteVMOperationEvent is an important event for observing and understanding VM latency, I believe it should be supported.

E.g.

jdk.ExecuteVMOperation {
  startTime = 09:20:31.803
  duration = 1.244 ms
  operation = "com.oracle.svm.core.genscavenge.GCImpl.CollectionVMOperation"
  safepoint = true
  blocking = true
  caller = "main" (javaThreadId = 1)
  safepointId = 2
  eventThread = "main" (javaThreadId = 1)
}

@jiekang jiekang requested a review from christianhaeubl March 2, 2022 15:34
Copy link
Member

@christianhaeubl christianhaeubl left a comment

Choose a reason for hiding this comment

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

Thanks for contributing, I added a few comments.

@graalvmbot graalvmbot merged commit 15a3534 into oracle:master Mar 29, 2022
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.

3 participants