I'm working on upgrading several programs to JDK 1.7 for the company I work for. I have run into the ClassFormatError described in
Java7 ClassFormatError: Illegal local variable table length while creating the object
and
Java 7 with emma and junit causing java.lang.VerifyError and Illegal local variable Errors
Is anyone aware of a fix other than the "-XX:-UseSplitVerifier" jvm arg?