Why isn't VisualVM showing all the normal tabs?

前端 未结 8 1407
暖寄归人
暖寄归人 2020-12-29 02:24

Usually I see all these tabs in VisualVM for locally running Java programs:

\"enter

相关标签:
8条回答
  • 2020-12-29 02:57

    What worked for me was specifying the "Start profiling from" classes. If I left this blank, I didn't get the profiler tab. When I specified it, I did. I should probably note that this was a web application running under Tomcat, so I specified org.apache.catalina.startup.** as the starting class.

    0 讨论(0)
  • 2020-12-29 02:59

    As most of the people mentioned, The issue was due to the version mismatch of virtualvm and your application.

    additionally, visualvm is bundled in oracle which supports jdk up to 9. If you are using >9, please make sure you go for another profiler.

    0 讨论(0)
提交回复
热议问题