From baa7df33439ef6a21398cb3fbda61f477e279fb0 Mon Sep 17 00:00:00 2001 From: Eric Bodden Date: Sun, 22 Jan 2012 12:01:46 +0000 Subject: [PATCH] --- CHANGES | 2 ++ credits | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 1fe62fdbd97..0a8187670f2 100644 --- a/CHANGES +++ b/CHANGES @@ -56,6 +56,8 @@ Improvements and API changes in trunk attribute for pure methods. 11.GenericAttribute instances are now automatically read from class files and stored in class files. +12.Soot now has virtually complete support for invokedynamic. + See tutorial/invokedynamic for details. Improvements and API changes in version 2.4.0 diff --git a/credits b/credits index bd1dfe05953..6707e0aea5b 100644 --- a/credits +++ b/credits @@ -24,6 +24,7 @@ Eric Bodden - Local must-alias analysis - Integration of JastAdd frontend - TamiFlex support for reflection + - Support for invkedynamic (JSR 292) Phong Co (phong@hasc.com) - Jimple scalar optimizations