Running the latest jacoco-0.7.7.201606060606 in Eclipse under JavaSE-1.8 (Oracle jdk1.8.0_91), the instrumented AUT classes refuse to load:
java.lang.VerifyError Expecting a stackmap frame at branch target nn I recall encountering something similar under JavaSE-1.7 as a consequence of JaCoCo apparently injecting incorrect bytecode. I had to run with -XX:-UseSplitVerifier. To get this running under jdk1.8.x I've had to use the -noverify flag. * What is the status of JaCoCo - does it support JavaSE-1.8? * If not, are there any plans to do so? -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/9cbca344-3f10-4544-983c-d9ae3af90be6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
