Parcourir la source

temporary removal of jsr45 attribute as its format crashes some JVMs. (see pr80430) - it will be readded once fixed properly.

tags/V1_5_0M2
aclement il y a 19 ans
Parent
révision
db5e1868bb
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3
    1
      weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java

+ 3
- 1
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java Voir le fichier

@@ -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());
}
}


Chargement…
Annuler
Enregistrer