From 4f85f8679068b00b984c43eaeff883d396a561aa Mon Sep 17 00:00:00 2001 From: Andreas Steiner Date: Wed, 30 Oct 2024 15:37:09 +0100 Subject: [PATCH] update to JMC 9 --- .../profiling-an-application-running-on-sapmachine-864e352.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/30-development/profiling-an-application-running-on-sapmachine-864e352.md b/docs/30-development/profiling-an-application-running-on-sapmachine-864e352.md index d7574c3d..616ecdf5 100644 --- a/docs/30-development/profiling-an-application-running-on-sapmachine-864e352.md +++ b/docs/30-development/profiling-an-application-running-on-sapmachine-864e352.md @@ -2,7 +2,7 @@ # Profiling an Application Running on SapMachine -You can use Java Flight Recorder \([JFR](https://docs.oracle.com/en/java/java-components/jdk-mission-control/8/user-guide/using-jdk-flight-recorder.html)\) to profile your Java application on SapMachine, and Java Mission Control \([JMC](https://docs.oracle.com/en/java/java-components/jdk-mission-control/8/user-guide/jdk-mission-control.html)\) to do remote profiling and analysis. +You can use Java Flight Recorder \([JFR](https://docs.oracle.com/en/java/java-components/jdk-mission-control/9/user-guide/using-jdk-flight-recorder.html)\) to profile your Java application on SapMachine, and Java Mission Control \([JMC](https://docs.oracle.com/en/java/java-components/jdk-mission-control/9/user-guide/jdk-mission-control.html)\) to do remote profiling and analysis. @@ -10,7 +10,7 @@ You can use Java Flight Recorder \([JFR](https://docs.oracle.com/en/java/java-co ## Prerequisites -- You have downloaded and installed a JDK Mission Control console. To do that, go to [SapMachine](https://sap.github.io/SapMachine/) → *Download* → *JMC 8*, select your operating system, and then choose *Download*. +- You have downloaded and installed a JDK Mission Control console. To do that, go to [SapMachine](https://sap.github.io/SapMachine/) → *Download* → *JMC 9*, select your operating system, and then choose *Download*. - You have installed the Cloud Foundry command line interface. See: [Download and Install the cf CLI](https://help.sap.com/docs/btp/sap-business-technology-platform/download-and-install-cloud-foundry-command-line-interface?version=Cloud)