src/share/classes/com/sun/management/VMOption.java

Print this page

        

*** 50,59 **** --- 50,60 ---- * @see <a href="{@docRoot}/../../../../technotes/guides/vm/index.html"> * Java Virtual Machine</a> * @author Mandy Chung * @since 1.6 */ + @jdk.Supported public class VMOption { private String name; private String value; private boolean writeable; private Origin origin;
*** 62,71 **** --- 63,73 ---- * Origin of the value of a VM option. It tells where the * value of a VM option came from. * * @since 1.6 */ + @jdk.Supported public enum Origin { /** * The VM option has not been set and its value * is the default value. */