Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eschava opened this issue Dec 27, 2018 · 2 comments
Open

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

eschava opened this issue Dec 27, 2018 · 2 comments

Comments

@eschava
Copy link

eschava commented Dec 27, 2018

The error happens when instructing class like

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

@ealphonse
Copy link

Same here with version 0.5.1 and 0.5 but runs with 0.4

@mheinzerling
Copy link

mheinzerling commented Jan 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants