devonfw / ide

Tool to automate setup and update of development environment (esp. for Java projects).
Apache License 2.0
35 stars 101 forks source link

Integrate Java Mission Control #1197

Closed hohwille closed 1 year ago

hohwille commented 1 year ago

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).

hohwille commented 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.