[go: nahoru, domu]

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

[GR-54994] Avoid duplicate JFR ThreadSleep events #9201

Closed
roberttoyonaga opened this issue Jun 26, 2024 · 0 comments
Closed

[GR-54994] Avoid duplicate JFR ThreadSleep events #9201

roberttoyonaga opened this issue Jun 26, 2024 · 0 comments

Comments

@roberttoyonaga
Copy link
Collaborator

Describe the issue
Native image JFR is now emitting duplicate ThreadSleep events. ThreadSleep events are being emitted from borrowed JDK java-level code and also in SubstrateVM code. This results in 2 events with the same timestamp and almost identical stacktraces.

We need to remove emission of ThreadSleep events from SVM code.

Example below:

image

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

No branches or pull requests

1 participant