thread-safe caches in optimized file managers

This commit is contained in:
Eugene Zhuravlev
2012-07-04 14:46:37 +02:00
parent db7ce24bbd
commit e475e60939
5 changed files with 307 additions and 247 deletions
@@ -696,7 +696,6 @@ public class BuildManager implements ApplicationComponent{
if (ApplicationManager.getApplication().isUnitTestMode()) {
cmdLine.addParameter("-Dtest.mode=true");
}
cmdLine.addParameter("-Djdt.compiler.useSingleThread=true");
final String shouldGenerateIndex = System.getProperty(GlobalOptions.GENERATE_CLASSPATH_INDEX_OPTION);
if (shouldGenerateIndex != null) {