Hi,
I found missing labels in "Oracle Java 8 VisualVM". The details of my OS is below. I hope someone can help.
OS: Linux Mint 18.2 with Cinnamon and Linux 4.8.0-53-generic
Video Card: GeForce GTX 750 Ti/PCIe/SSE2
Video Driver: NVIDIA 375.66
This is how I installed Oracle Java 8.
1. sudo apt install python-software-properties
2. sudo add-apt-repository ppa:webupd8team/java
3. sudo apt update
4. sudo apt install oracle-java8-installer
5. sudo update-alternatives --config java
6. "sudo xed /etc/profile" to configuration file and add following entries to set JAVA_HOME and JRE_HOME environment variables.
JAVA_HOME=/usr/lib/jvm/java-8-oracle
JRE_HOME=/usr/lib/jvm/java-8-oracle/jre
7. source /etc/profile
Thank you so much for your help.

