#576 add SafepointExports
seems that the management API has been around since at least JDK 6 (http://srcrr.com/java/oracle/openjdk/6/reference/sun/management/HotspotRuntimeMBean-source.html)
@brian-brazil, please review - my local mvn is broken, but I checked the management API - it works at least on OpenJDK 14 and GraalVM 20.0.0 (java 1.8.0_242)
Have you tested it on the IBM JVM? It's not the hotspot ones I'm worried about.
No, I haven't :( Which IBM JVM would you recommend to try?
I found some links, that IBM is contributing to J9 and there is hotspot runtime mbean in place: https://github.com/search?q=org%3AAdoptOpenJDK+getHotspotRuntimeMBean&type=code
Which IBM JVM would you recommend to try?
Whatever is easiest to get your hands on.