langtools/test/tools/sjavac/JavacOptionPrep.java
changeset 40835 6ab9ed1abc46
parent 39599 3c7da4996d8c
equal deleted inserted replaced
40777:e384420383a5 40835:6ab9ed1abc46
    94 
    94 
    95             String option = javacArgIter.next();
    95             String option = javacArgIter.next();
    96 
    96 
    97             // Ignore this option for now. When the file=... requirement goes
    97             // Ignore this option for now. When the file=... requirement goes
    98             // away, this will be easier to handle.
    98             // away, this will be easier to handle.
    99             if (option.startsWith("-Xdebug:completionDeps"))
    99             if (option.startsWith("--debug:completionDeps"))
   100                 continue;
   100                 continue;
   101 
   101 
   102             switch (option) {
   102             switch (option) {
   103             case "-classpath":
   103             case "-classpath":
   104             case "-cp":
   104             case "-cp":