Java 7 to 8: Expecting a stackmap frame at branch target -


i migrating java 7 8 weird error preventing me so.

no similar question helped me, not java 8 : expecting stackmap frame @ branch target 65. tried set '-noverify' option in maven_opts, without success.

this stack trace:

-------------------------------------------------------  t e s t s ------------------------------------------------------- openjdk 64-bit server vm warning: ignoring option usesplitverifier; support removed in 8.0 running testsuite configuring testng with: org.apache.maven.surefire.testng.conf.testngmapconfigurator@6bc168e5 dolongrunningtask - time taken: 218 (unfinishedstubbingexception thrown) dotask - time taken: 220 (unfinishedstubbingexception thrown) tests run: 162, failures: 47, errors: 0, skipped: 113, time elapsed: 1.652 sec <<< failure! flushing results... flushing results done cobertura: loaded information on 68 classes. cobertura: saved information on 68 classes.  results :  failed tests:   setup(com.test.controllertest): expecting stackmap frame @ branch target 72(..)   testx(com.test.controllertest): expecting stackmap frame @ branch target 74(..)   setup(com.test.modeltest): java.lang.verifyerror: expecting stackmap frame @ branch target 72(..) 

any hint appreciated.

thanks lot


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -