oracle / graal

GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
https://www.graalvm.org
Other
20.43k stars 1.64k forks source link

support dynamic mbean #6678

Open oeresundsgruppen opened 1 year ago

oeresundsgruppen commented 1 year ago

dynamic mbean is widely used via e.g. com.udojava.jmx - this annotates classes, methods, attributes - and should be possible to extract at compile-time to auto-generate interfaces called classMbean, and hence support dynamic mbeans indirectly....

oubidar-Abderrahim commented 1 year ago

Thank you for your suggestion, we'll take a look into it shortly

oubidar-Abderrahim commented 1 year ago

cc @roberttoyonaga @christianhaeubl