I ran hprof on this, and 96% of the time is being spent on the type
assigner, being called on method(s) from .class file(s). This seems very
strange, because in this case, no .class files should be weavable! So,
something is very wrong.
Ondrej
On Fri, Sep 17, 2004 at 02:29:15PM +0100, Ganesh Sittampalam wrote:
> It seems that J2J may also have some problems with the huge method bodies
> in Grm.java; when I try the following, the worst culprit is
>
> Finished Jimplification in 354515 millisec.
>
> It then goes on to run out of memory in the phase after the Exceptions
> check, which I think is the soot packs, but first things first, I guess..
>
> CLASSPATH=$CLASSPATH:/usr/share/java/ant-1.6.jar:/usr/local/src/soot-dev/lib/jedd-runtime-0.2.jar java -Xmx512M abc.main.Main -verbose -debug timerTrace generated/abc/aspectj/parse/Grm.java
>
> Cheers,
>
> Ganesh
>
>
Received on Fri Sep 17 15:19:40 2004
This archive was generated by hypermail 2.1.8 : Fri Sep 17 2004 - 15:30:02 BST