client_java icon indicating copy to clipboard operation
client_java copied to clipboard

#576 add SafepointExports

Open mr-git opened this issue 5 years ago • 3 comments

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)

mr-git avatar Oct 11 '20 18:10 mr-git

@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)

mr-git avatar Oct 11 '20 18:10 mr-git

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

mr-git avatar Oct 20 '20 18:10 mr-git

Which IBM JVM would you recommend to try?

Whatever is easiest to get your hands on.

brian-brazil avatar Oct 20 '20 18:10 brian-brazil