Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Instrumenting woven code

Afaik, you can not instrument code at load time with Soot, but you may instrument code statically. 
If you really need load time instrumentation, you may have a look at Javassist.

--
Dehua Zhang
Sable Research Group, McGill University
Montréal, Québec, Canada
http://www.cs.mcgill.ca/~dzhang25





-----Original Message-----
From: aspectj-users-bounces@xxxxxxxxxxx on behalf of Jani Lampinen
Sent: Fri 12/28/2007 07:29
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Instrumenting woven code
 
Hello,

I was wondering if it is possible to further instrument (load time) woven
code for example with Soot(http://www.sable.mcgill.ca/soot/).

Jani Lampinen, research assistant
Helsinki University of Technology
Laboratory for Theoretical Computer Science

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top