langtools/src/share/classes/com/sun/tools/javac/nio/JavacPathFileManager.java
changeset 7335 8b390fd27190
parent 6722 7a6305ae0721
child 7681 1f0819a3341f
child 7841 b022f7b78342
equal deleted inserted replaced
7334:f432af22de29 7335:8b390fd27190
   168                 throw new AssertionError(e);
   168                 throw new AssertionError(e);
   169             }
   169             }
   170         }
   170         }
   171 
   171 
   172         return getClassLoader(lb.toArray(new URL[lb.size()]));
   172         return getClassLoader(lb.toArray(new URL[lb.size()]));
       
   173     }
       
   174 
       
   175     @Override
       
   176     public boolean isDefaultBootClassPath() {
       
   177         return searchPaths.isDefaultBootClassPath();
   173     }
   178     }
   174 
   179 
   175     // <editor-fold defaultstate="collapsed" desc="Location handling">
   180     // <editor-fold defaultstate="collapsed" desc="Location handling">
   176 
   181 
   177     public boolean hasLocation(Location location) {
   182     public boolean hasLocation(Location location) {