]> source.dussan.org Git - aspectj.git/commitdiff
temporary removal of jsr45 attribute as its format crashes some JVMs. (see pr80430...
authoraclement <aclement>
Thu, 17 Feb 2005 09:14:22 +0000 (09:14 +0000)
committeraclement <aclement>
Thu, 17 Feb 2005 09:14:22 +0000 (09:14 +0000)
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java

index 2adf530ca9490725abe40ed846634898fbc55b0a..21c2e50592b395207b84ad59e4b07fca4acceadf 100644 (file)
@@ -425,7 +425,9 @@ public final class LazyClassGen {
                                        null,
                                        null);
                        }
-                       myGen.addAttribute(getSourceDebugExtensionAttribute());
+                       // 17Feb05 - ASC - Skip this for now - it crashes IBM 1.4.2 jvms (pr80430).  Will be revisited when contents
+                       // of attribute are confirmed to be correct.
+                       // myGen.addAttribute(getSourceDebugExtensionAttribute());
                }
     }