diff options
author | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 17:58:19 +0000 |
commit | d842c4f1139629c1f062b74ba818d233b2c31043 (patch) | |
tree | 842d3871620bc0eb60edcd95e55804d67e0f61fa /weaver/bcelIssues.txt | |
parent | 3ce247199704eae6b2c92c6e38c69584e3250c52 (diff) | |
download | aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.tar.gz aspectj-d842c4f1139629c1f062b74ba818d233b2c31043.zip |
initial version
Diffstat (limited to 'weaver/bcelIssues.txt')
-rw-r--r-- | weaver/bcelIssues.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/weaver/bcelIssues.txt b/weaver/bcelIssues.txt new file mode 100644 index 000000000..14bf0b16d --- /dev/null +++ b/weaver/bcelIssues.txt @@ -0,0 +1,12 @@ +* updateTarget doesn't work with exnTargets, in particular, when the startPC and endPC are the same handle. + +* RemoveNOP doesn't work properly with exnTargets (and, much less importantly, local variable tables), + because it always retargets to the NEXT instruction... the endPC should retarget to the LAST instruction. + +* parameter names aren't set correctly (to anything) when a MethodGen is read from a Method. + +* the superclassname of java.lang.object is set to java.lang.object (!!) + +* RET should be a local variable instruction + + |