Profiling a Java Application - Profiling a Java Application - 57368

uProf User Guide

Document ID
57368
Release Date
2025-06-09
Revision
5.1 English

AMD uProf supports Java application profiling running on JVM. To support this, it uses JVM Tool Interface (JVMTI).

AMD uProf provides JVMTI Agent libraries: AMDJvmtiAgent.dll on Windows and libAMDJvmtiAgent.so on Linux. This JvmtiAgent library must be loaded during start up of the target JVM process.

Prerequisites

Use the which java command and ensure that Java is installed on the system.

Run echo $JAVA_HOME to see if it is pointing to the supported Java version.