Searched refs:containers (Results 1 - 1 of 1) sorted by relevance

/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java282 private final Map<Path, Container> containers = new HashMap<>(); field in class:JavacFileManager
285 Container fs = containers.get(path);
292 containers.put(path, fs = new JRTImageContainer());
298 fs = containers.get(realPath);
301 containers.put(path, fs);
326 containers.put(realPath, fs);
327 containers.put(path, fs);
671 for (Container container: containers.values()) {
674 containers.clear();

Completed in 46 milliseconds