Upgrading VisualVM from GraalVM
VisualVM was previously distributed in GraalVM 19~23.0, either bundled or as an optional component. It has been discontinued in GraalVM 23.1. The VisualVM component of the GraalVM 23.0 release contains VisualVM 2.1.6 released on April 19, 2023.
To get the latest features, improvements and security & bug fixes, we recommend upgrading to the most recent VisualVM version distributed as a standalone tool at GitHub.
Use standalone VisualVM
Standalone VisualVM provides the latest features and bugfixes in a small .zip archive or .dmg application bundle. The tool can run using various JDK distributions and Java versions.
To start using the standalone VisualVM tool, download the latest version from the Download page and run visualvm\bin\visualvm.exe
on Windows or visualvm/bin/visualvm
on Linux and macOS.
The JDK to run VisualVM can be customized either using visualvm --jdkhome <JDK_HOME>
or by setting the visualvm_jdkhome
parameter in visualvm\etc\visualvm.conf
or visualvm/etc/visualvm.conf
config file.
Troubleshooting
In case you are experiencing any issues when starting or using the standalone VisualVM or VisualVM bundled with GraalVM, please see the Troubleshooting Guide, let us know using the Feedback page or file a bug.