jhat
Java heap analysis tool. More information: <https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jhat.html>.
RUN apt-get update && \
apt-get install -y openjdk-7-dbg
RUN apt-get update && \
apt-get install -y openjdk-7-dbg
RUN pacman -S --noconfirm jdk8-openjdk
RUN apt-get update && \
apt-get install -y openjdk-8-jdk-headless
RUN dnf install -y java
RUN apt-get update && \
apt-get install -y openjdk-8-jdk