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.