dlcheck icon indicating copy to clipboard operation
dlcheck copied to clipboard

java.lang.VerifyError: Instruction type does not match stack map

Open eschava opened this issue 7 years ago • 2 comments

The error happens when instructing class like

public class Main
{
        public synchronized static boolean h()
        {
            return true;
        }
}

eschava avatar Dec 27 '18 16:12 eschava

Same here with version 0.5.1 and 0.5 but runs with 0.4

ealphonse avatar Apr 27 '19 08:04 ealphonse

I could bypass the remaining errors in 0.4 in my project by using e.g. -Ddlcheck.exclude=org.tanukisoftware.*,org.apache.catalina.*,javolution.util.FastMap,javolution.text.Text

mheinzerling avatar Jan 16 '20 12:01 mheinzerling