From: aclement Date: Thu, 17 Feb 2005 09:14:22 +0000 (+0000) Subject: temporary removal of jsr45 attribute as its format crashes some JVMs. (see pr80430... X-Git-Tag: V1_5_0M2~152 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=db5e1868bb553bad01441e70db166ac4429de2f2;p=aspectj.git temporary removal of jsr45 attribute as its format crashes some JVMs. (see pr80430) - it will be readded once fixed properly. --- diff --git a/weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java b/weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java index 2adf530ca..21c2e5059 100644 --- a/weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java +++ b/weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java @@ -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()); } }