Troubleshooting
Table of Contents
This section lists common troubleshooting tips.
VM Property Override
Some applications expect VM property strings, such as vendor, to have specific values.
Azul Zulu provides the OverrideVMProperties argument, which overrides
Use -XX:+OverrideVMProperties with a -D option for the property to be overridden.
For example:
-XX:+OverrideVMProperties -Djava.vm.vendor="CompanyName"