Search code examples
javajmcjfr

Where can I download Java Mission Control(7) (OpenJDK11 or higher)?


Java Mission Control(JMC) was announced to be handed over from Oracle to the open source community from JDK 11 onwards. However JMC is not bundled with the OpenJDK11 releases.

I read that JMC will be provided as separate download here, but there are no builds to download. Also Oracle no longer provides a download on their page about JMC. And I can no longer find it in the Oracle JDK.

The source is mirrored on GitHub but there are also no build releases to download.

Where can I download the most recent open source licensed version of Java Mission Control?


Solution

  • JMC 7 has been released by Oracle - http://jdk.java.net/jmc

    There are also other distributions:

    If you don't care about JMC working with the latest version of Java Flight Recorder, you can also use a JMC version included in JDK8, 9 or 10.

    If you want to use the extra plugins for JMC, you need to use the Oracle release or the AdoptOpenJDK builds, or build yourself.