jdk/src/share/classes/com/sun/management/VMOption.java
changeset 22299 ee71d2eaa085
parent 20742 4ae78e8060d6
child 23010 6dadb192ad81
equal deleted inserted replaced
22298:c544cfee2906 22299:ee71d2eaa085
    95         /**
    95         /**
    96          * The VM option was set via the VM ergonomic support.
    96          * The VM option was set via the VM ergonomic support.
    97          */
    97          */
    98         ERGONOMIC,
    98         ERGONOMIC,
    99         /**
    99         /**
       
   100          * The VM option was set using the attach framework.
       
   101          * @since 1.9
       
   102          */
       
   103         ATTACH_ON_DEMAND,
       
   104         /**
   100          * The VM option was set via some other mechanism.
   105          * The VM option was set via some other mechanism.
   101          */
   106          */
   102         OTHER
   107         OTHER
   103     }
   108     }
   104 
   109