Browse Source

Bug 171069 "java.util.EmptyStackException in CompilationAndWeavingContext using LTW"

tags/Root_extensions
mwebster 17 years ago
parent
commit
8cd8549fe9

+ 0
- 1
loadtime5/java5-src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java View 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) {

Loading…
Cancel
Save