langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/options/Options.java
changeset 40835 6ab9ed1abc46
parent 40308 274367a99f98
equal deleted inserted replaced
40777:e384420383a5 40835:6ab9ed1abc46
   311             args.add("-classpath");
   311             args.add("-classpath");
   312             args.add(concatenateSourceLocations(classSearchPaths));
   312             args.add(concatenateSourceLocations(classSearchPaths));
   313         }
   313         }
   314 
   314 
   315         // Enable dependency generation
   315         // Enable dependency generation
   316         args.add("-Xdebug:completionDeps=source,class");
   316         args.add("--debug:completionDeps=source,class");
   317 
   317 
   318         // This can't be anything but 'none'. Enforced by sjavac main method.
   318         // This can't be anything but 'none'. Enforced by sjavac main method.
   319         args.add("-implicit:" + implicitPolicy);
   319         args.add("-implicit:" + implicitPolicy);
   320 
   320 
   321         // If this option is not used, Object for instance is erroneously
   321         // If this option is not used, Object for instance is erroneously