问题
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?
回答1:
JMC 7 has been released by Oracle - http://jdk.java.net/jmc
There are also other distributions:
- AdoptOpenJDK - https://adoptopenjdk.net/jmc.html ( or https://ci.adoptopenjdk.net/view/JMC/job/jmc-latest/)
- Zulu Mission Control - https://www.azul.com/products/zulu-mission-control/
- Liberica Mission Control - https://bell-sw.com/pages/lmc/
- Install the jmc module in Fedora - https://fedoraproject.org/wiki/JMC_on_Fedora
- Build yourself - https://github.com/JDKMissionControl/jmc (official source for JMC 7 is at http://hg.openjdk.java.net/jmc/jmc7/)
- Builds provided by Alexey Shipilev - https://builds.shipilev.net/jmc/
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.
来源:https://stackoverflow.com/questions/55628015/where-can-i-download-java-mission-control7-openjdk11-or-higher