Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] [aj5] Javaagent reload ??

Maybe I did not explain myself clearly..

I'm using JVMTI java agent to enable load-time weaving. The trouble is that classloading and weaving happens only once at the start of JVM... What I would like to do is to reload all classes between each testcase using a different aop.xml to change the set of aspects.

Is that possible ? Any clue would help a lot !!

Thanx

--
Mathieu LEMAIRE



Back to the top