Java 7 with emma and junit causing java.lang.VerifyError and Illegal local variable Errors

前端 未结 2 920
遇见更好的自我
遇见更好的自我 2021-02-07 14:59

So I\'m getting these errors

[junit] Illegal local variable table length 17 in method test.nz.ac.massey.cs.sdc.log4jassignment.s06005586.AppenderLayoutTest.(

2条回答
  •  半阙折子戏
    2021-02-07 15:55

    -XX:-UseSplitVerifier

    Does work for me and I did not have to downgrade JRE from 1.7 to 1.6

提交回复
热议问题