Java8 support polish

This commit is contained in:
Andy Clement
2014-02-17 17:36:23 -08:00
parent 0accdf0c13
commit 28a600bb2f
5 changed files with 74 additions and 102 deletions

View File

@@ -79,6 +79,7 @@ public interface Constants extends Opcodes {
static String mChangedForInvocationName = "anyChanges";
static String mChangedForInvokeStaticName = "istcheck";
static String mChangedForInvokeInterfaceName = "iincheck";
static String mChangedForInvokeDynamicName = "idycheck";
static String mChangedForInvokeVirtualName = "ivicheck";
static String mChangedForInvokeSpecialName = "ispcheck";
static String mPerformInvokeDynamicName = "idyrun";