From db5e1868bb553bad01441e70db166ac4429de2f2 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 17 Feb 2005 09:14:22 +0000 Subject: [PATCH] temporary removal of jsr45 attribute as its format crashes some JVMs. (see pr80430) - it will be readded once fixed properly. --- weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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()); } } -- 2.39.5