langtools/src/share/classes/com/sun/tools/javac/main/Option.java
changeset 17582 4079713129dd
parent 15724 3063fb01c8a1
child 19670 197392292aad
equal deleted inserted replaced
17581:69b191cb1d7e 17582:4079713129dd
   405             helper.put(PLUGIN.text, (prev == null) ? p : prev + '\0' + p.trim());
   405             helper.put(PLUGIN.text, (prev == null) ? p : prev + '\0' + p.trim());
   406             return false;
   406             return false;
   407         }
   407         }
   408     },
   408     },
   409 
   409 
       
   410     XDIAGS("-Xdiags:", "opt.diags", EXTENDED, BASIC, ONEOF, "compact", "verbose"),
       
   411 
   410     /* This is a back door to the compiler's option table.
   412     /* This is a back door to the compiler's option table.
   411      * -XDx=y sets the option x to the value y.
   413      * -XDx=y sets the option x to the value y.
   412      * -XDx sets the option x to the value x.
   414      * -XDx sets the option x to the value x.
   413      */
   415      */
   414     XD("-XD", null, HIDDEN, BASIC) {
   416     XD("-XD", null, HIDDEN, BASIC) {