aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/bcelIssues.txt
diff options
context:
space:
mode:
Diffstat (limited to 'weaver/bcelIssues.txt')
-rw-r--r--weaver/bcelIssues.txt12
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
+
+