jdk/src/share/classes/sun/tools/javac/Main.java
changeset 23740 1d63a6c00b26
parent 5506 202f599c92aa
child 25522 10d789df41bb
equal deleted inserted replaced
23739:2815f34a64c5 23740:1d63a6c00b26
   190     private static final short[] minorVersions =  {     3,     0,     0,     0 };
   190     private static final short[] minorVersions =  {     3,     0,     0,     0 };
   191 
   191 
   192     /**
   192     /**
   193      * Run the compiler
   193      * Run the compiler
   194      */
   194      */
       
   195     @SuppressWarnings("fallthrough")
   195     public synchronized boolean compile(String argv[]) {
   196     public synchronized boolean compile(String argv[]) {
   196         String sourcePathArg = null;
   197         String sourcePathArg = null;
   197         String classPathArg = null;
   198         String classPathArg = null;
   198         String sysClassPathArg = null;
   199         String sysClassPathArg = null;
   199         String extDirsArg = null;
   200         String extDirsArg = null;