-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Add info contributor support for JDK 24's VirtualThreadSchedulerMXBean #43175
Comments
I am very interested in this issue and would like to ask a couple questions.
and then also call methods to get the fields we need |
Hello, I'd add a new field to public static class VirtualThreads {
private final long mounted;
private final long queued;
private final int parallelism;
private final int poolSize;
}
Yes. Another option would be a multi-release JAR, but I don't think we have the infrastructure for that in place. I'd go for reflection here. Should I assign you to the issue? |
Yeah, that'd be cool |
Maybe we can fit these information into the existing
ProcessInfo
.The text was updated successfully, but these errors were encountered: