Searched defs:disablePch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreator.java30 private HashSet<BuildConfig> disablePch; field in class:FileTreeCreator.DirAttributes
34 disablePch = new HashSet<BuildConfig>();
39 disablePch = disablePch2;
44 return new DirAttributes((HashSet<BuildConfig>)this.ignores.clone(), (HashSet<BuildConfig>)this.disablePch.clone());
60 disablePch.add(conf);
64 return disablePch.contains(cfg);
68 disablePch.remove(cfg);

Completed in 84 milliseconds