It looks like there is a growing number of custom Java runtimes created with jlink. It would be useful to display list of enabled modules in heap dumps taken from JDK 9+.
The implementation will show module name, version, location URL and if module has been patched via --patch-module.
It looks like there is a growing number of custom Java runtimes created with
jlink. It would be useful to display list of enabled modules in heap dumps taken from JDK 9+.The implementation will show module name, version, location URL and if module has been patched via
--patch-module.