We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: