-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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-44559] Finish ThreadMXBean
implementation for Native Image.
#6101
Comments
Will this be in v23 ? |
@oeresundsgruppen unfortunately no and we still haven't found anyone who has the time to work on this. |
@fniephaus I would like to help! Can I pick it up? |
Sure, feel free to take a look and let me know if you need any help. :) |
Hi @fniephaus! I have created this PR, please take a look when you have time 🙂 |
Hi @selhagani, I am no longer working on this, please see the comments in the PR. |
SubstrateThreadMXBean
implementscom.sun.management.ThreadMXBean
for Native Image and is not fully implemented yet, for example:graal/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/management/SubstrateThreadMXBean.java
Lines 149 to 172 in 7268f71
To improve JMX support (#4732), some of these methods throwing
VMError.unsupportedFeature()
will be switched to return reasonable, but empty default values (e.g.,new ThreadInfo[0]
). While this allows some JMX tools to work, some key functionality ofThreadMXBean
is still missing and needs to be implemented.The text was updated successfully, but these errors were encountered: