2 Replies Latest reply on Aug 12, 2009 1:34 PM by kabirkhan

    Does Aop-Precompiling effect Loadtime Weaving (Performance)?

    dermas

      I am just wondering if the loadtime weaving process recognizes the precompiled classes from the aopc Ant Task.

      Let's say we have class Foo which is already precompiled with aopc. If I use this class with loadtime weaving, will the loadtime weaving process notice that there are already the weaved classfiles like Foo$Jointpoint_Bar*.class or does it ignore them and weave the class again?

      Or do ask in general, do already precompiled files have any effect on loadtime weaving?


      Thanks :)