We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05ca87 commit baa7df3Copy full SHA for baa7df3
CHANGES
@@ -56,6 +56,8 @@ Improvements and API changes in trunk
56
attribute for pure methods.
57
11.GenericAttribute instances are now automatically read from class
58
files and stored in class files.
59
+12.Soot now has virtually complete support for invokedynamic.
60
+ See tutorial/invokedynamic for details.
61
62
Improvements and API changes in version 2.4.0
63
credits
@@ -24,6 +24,7 @@ Eric Bodden
24
- Local must-alias analysis
25
- Integration of JastAdd frontend
26
- TamiFlex support for reflection
27
+ - Support for invkedynamic (JSR 292)
28
29
Phong Co (phong@hasc.com)
30
- Jimple scalar optimizations
0 commit comments