0

I am aware that Hotspot JDK7 has both Java Mission Control and flight recording bundled with it. But, as per my application requirement, I am bound to use Hotspot JDK6. I could monitor the Hotspot6 JVM performance using JMC. But flight recording is disabled for Hotspot6 JVM. Is there any other tool equivalent to it for Hotspot6?

EmeraldTablet
  • 812
  • 3
  • 12
  • 30

1 Answers1

0

Nothing equivalent, but you can try jconsole or jvisualvm (in the bin directory).

staffan
  • 5,641
  • 3
  • 32
  • 28