Skip to main content

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

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

Attachment: Aspectj.PNG
Description: PNG image


Back to the top