RE: Re: Backing off instrumentation
Mike Horwitz <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Using the MethodNode solved my problem. Thanks Mike > Date: Tue, 30 Nov 2010 15:57:30 -0500 > From: [email protected] > To: [email protected] > Subject: [asm] Re: Backing off instrumentation > > Look at the JSRInlinerAdapter it does something like that. The idea > is to collect results in a MethodNode and make a decision before > calling accept() method with the next visitor. > > regards, > Eugene > > > On Tue, Nov 30, 2010 at 3:40 PM, <[email protected]> wrote: > > Hi, > > > > If I have partially instrumented a method, and while in the process of doing > > this, I decide I don't want to instrument it, how can I back off those changes? > > > > There may be other methods in the same class that I do want to instrument (both > > before and after this method) > > > > thanks > > > > Mike > > > > > > -- > > 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 > > > >
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