Re: JVMTI_ERROR_INVALID_SLOT error after using AdviceAdapter.onMethodEnter
Eliot Moss <[email protected]> Thu, 8 Feb 2018 05:55:06 -0500
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Sorry for the series of emails ... The ASM docs describe how the local variable and line number information can (should, in this case) be visited related to adding labels. You would add a label at the beginning, before adding the invokestatic, visit the label and then be in a position to update the local var and line number information properly. See Section 4.3 of the ASM 4 guide. Cheers - EM -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws