0

I am exploring the Java Mission Control 8.3 version. In the tutorial to which I am referring, they are using an older version of Java Mission Control 7.X. In the tutorial, they show a "Code Flow" tab that contains a "Hot Methods" section. I am unable to find the "Code Flow" tab or the "HotCode". In Java Mission Control 8, have they removed the HotCode tab or functionality all together?

Tutorial Link:

https://www.baeldung.com/java-flight-recorder-monitoring

User27854
  • 824
  • 1
  • 16
  • 40

1 Answers1

1

In recent versions of JMC you can go to the Method Profiling page: enter image description here

Hirt
  • 1,664
  • 10
  • 12
  • Is it possible for us to find heap size, time frame and memory stats for a particular method? – User27854 Jan 23 '23 at 04:53
  • I have raised a separate question for the above. https://stackoverflow.com/questions/75205766/java-performance-in-java-machine-control-how-to-find-heap-size-time-frame-and – User27854 Jan 23 '23 at 04:54