jhsdb
Attach to a Java process or launch a postmortem debugger to analyze the core dump from a crashed Java Virtual Machine. More information: <https://manned.org/jhsdb>.
RUN apt-get update && \
apt-get install -y openjdk-12-jdk-headless
RUN apt-get update && \
apt-get install -y openjdk-9-jdk-headless
RUN pacman -S --noconfirm jdk10-openjdk
RUN apt-get update && \
apt-get install -y openjdk-11-jdk-headless
RUN dnf install -y java-9-openjdk-devel-debug-1
RUN apt-get update && \
apt-get install -y openjdk-9-jdk-headless