RetransformClasses doesnt contain locals info
Prashant Deva <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <CAEg0NFZjRm=_DWmyxTdTN97J-nd6bKaM6X24ZotNPXuZo91SWQ@mail.gmail.com> |
It seems that if I try to 'retransform' some of the classes in my application, the local variable table is not loaded when my ClassFileTransformer is called. Specifically the asm.tree.MethodNode.localVariables remains an empty ArrayList. The locals do load if instead of instrumenting the same classes with retransform, I do them right when they are loaded Is this how it is supposed to work or is this a bug in the asm or the jvm? Prashant
message-footer.txt
(text/plain, 238 B)
-- 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