↧
Answer by Tomas Hurka for Using VisualVM with AdoptOpenJDK and OpenJ9
OpenJ9 is a lot different from HotSpot in monitoring area. So if you want to monitor OpenJ9, you have to use JMX. Start your OpenJ9 with JMX enabled. For simple configuration you can use following...
View ArticleUsing VisualVM with AdoptOpenJDK and OpenJ9
I can monitor applications with VisualVM if I use the AdoptOpenJDK HotSpot build for Java8. If I use the OpenJ9 build, VisualVM displays the error "Local applications cannot be detected". Did anybody...
View Article