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 when compiled by jdk 1.7 #5

Open
XinliNiu opened this issue Jul 30, 2018 · 0 comments
Open

java.lang.VerifyError when compiled by jdk 1.7 #5

XinliNiu opened this issue Jul 30, 2018 · 0 comments

Comments

@XinliNiu
Copy link

This problem can be workaround by adding -noverify to jvm args, but not verifying classes may cause other problems.

Exception in thread "main" java.lang.VerifyError: Expecting a stackmap frame at branch target 64
Exception Details:
Location:
org/brutusin/instrumentation/SimpleClass.getDate(Ljava/lang/String;)J @40: invokestatic
Reason:
Expected stackmap frame at this location.

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

1 participant