Closed hohwille closed 1 year ago
There is no jmc here: https://github.com/devonfw/ide-urls/tree/master/
We can not merge this without the download metadata being present.
https://github.com/devonfw/ide/pull/1251/files only added the JmcUrlUpdater
without adding it so it also gets executed.
Java Mission Control (jmc) is a tool to analyse performance and runtime data of Java applictions. It works perfect with Java Flight Recorder (a feature available in Java that can be activated via
-XX:StartFlightRecording
). JMC does not come with Adoptium (OpenJDK) but is available here: https://adoptium.net/jmc/It would be awesome if devonfw-ide could support users to install and run it (
devon jmc
).