Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Out of memory exception with aspectj

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.jasty@xxxxxxx> 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@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users



Back to the top