Installation# $ dnf install valgrind $ debuginfo-install java-1.8.0-openjdk java-1.8.0-openjdk-devel Running Valgrind# $ valgrind --trace-children=yes --tool=massif java ... -Djava.compiler=NONE ... See Also# Debugging How to identify native memory leaks in a Java application using Valgrind hsdis-builder