Hi,

> aspectjweaver with version 1.5

If you are using AspectJ 1.5 I really recommend you upgrade as that is very
old now and missing a lot of optimizations around memory consumption.

cheers,
Andy


On 21 May 2014 03:28, Krishna Jasty <krishna.ja...@tcs.com> wrote:

> Hi ,
> I am doing code instrumentation with aspectj, When i receive any
> collection object i will verify the size and contents and continue the
> request.
> But i am getting out of memory exception and heapdump is generated for it.
> When i open heap dump with ibm heapdump analyzer, the details are as
> follows.
>
> Arraylist holding an object array with 69% of heap nearly 1.2GB. This
> Object array holding full of org.aspectj.weaver.bcel.LazyMethodGen.
>
> I am using aspectjweaver with version 1.5 for weaving the application.
>
>
>
> Thanks,
> Krishna
>
> =====-----=====-----=====
> Notice: The information contained in this e-mail
> message and/or attachments to it may contain
> confidential or privileged information. If you are
> not the intended recipient, any dissemination, use,
> review, distribution, printing or copying of the
> information contained in this e-mail message
> and/or attachments to it are strictly prohibited. If
> you have received this communication in error,
> please notify us by reply e-mail or telephone and
> immediately and permanently delete the message
> and any attachments. Thank you
>
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@eclipse.org
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>
>
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to