]> source.dussan.org Git - aspectj.git/commitdiff
Bug 171069 "java.util.EmptyStackException in CompilationAndWeavingContext using LTW"
authormwebster <mwebster>
Mon, 22 Jan 2007 16:43:22 +0000 (16:43 +0000)
committermwebster <mwebster>
Mon, 22 Jan 2007 16:43:22 +0000 (16:43 +0000)
loadtime5/java5-src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java

index 448c3a011d00eb40f9865bdd5e8211a59137d413..c6fe42194b4cfa605f495b6ab5f5f88e352677a5 100644 (file)
@@ -31,7 +31,6 @@ public class ClassPreProcessorAgentAdapter implements ClassFileTransformer {
 
     static {
         try {
-               CompilationAndWeavingContext.setMultiThreaded(true);
             s_preProcessor = new Aj();
             s_preProcessor.initialize();
         } catch (Exception e) {