This class is not part of the public API.

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.
Since:
@since 1.6

Inheritance

Superclass tree: Implements:

Methods

Fields

  • CONFIG_FILE

    public static final VMOption.Origin CONFIG_FILE
    The VM option was set via a configuration file.
  • DEFAULT

    public static final VMOption.Origin DEFAULT
    The VM option has not been set and its value is the default value.
  • ENVIRON_VAR

    public static final VMOption.Origin ENVIRON_VAR
    The VM option was set via an environment variable.
  • ERGONOMIC

    public static final VMOption.Origin ERGONOMIC
    The VM option was set via the VM ergonomic support.
  • MANAGEMENT

    public static final VMOption.Origin MANAGEMENT
    The VM option was set via the management interface after the VM was started.
  • OTHER

    public static final VMOption.Origin OTHER
    The VM option was set via some other mechanism.
  • VM_CREATION

    public static final VMOption.Origin 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.