Enum: com.sun.management.VMOption.Origin
Origin of the value of a VM option. It tells where the
value of a VM option came from.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Enum<com.sun.management.VMOption.Origin>
- com.sun.management.VMOption.Origin
Fields
-
CONFIG_FILE
The VM option was set via a configuration file. -
DEFAULT
The VM option has not been set and its value is the default value. -
ENVIRON_VAR
The VM option was set via an environment variable. -
ERGONOMIC
The VM option was set via the VM ergonomic support. -
MANAGEMENT
The VM option was set via the management interface after the VM was started. -
OTHER
The VM option was set via some other mechanism. -
VM_CREATION
The VM option was set at VM creation time typically as a command line argument to the launcher or an argument passed to the VM created using the JNI invocation interface.
