Uses of Class
com.sun.management.VMOption
Package
Description
This package contains the JDK's extension to
the standard implementation of the
java.lang.management
API and also defines the management
interface for some other components of the platform.-
Uses of VMOption in com.sun.management
Modifier and TypeMethodDescriptionstatic VMOption
VMOption.from
(CompositeData cd) Returns aVMOption
object represented by the givenCompositeData
.HotSpotDiagnosticMXBean.getVMOption
(String name) Returns aVMOption
object for a VM option of the given name.Modifier and TypeMethodDescriptionHotSpotDiagnosticMXBean.getDiagnosticOptions()
Returns a list ofVMOption
objects for all diagnostic options.