Re: [aspectj-users] Fw: aspectj capturing currently executing object

2013-07-03 Thread Krishna Jasty
Hi ,   My intention is identifying the OutOfMemory exception cases even before occuring. Most of the times the generated heapdump shows collection classes such as hashmap or arraylist with 80% of heap occupation.   So if we identify such objects with collection size crosses a threshold of 100 or sa

Re: [aspectj-users] Fw: aspectj capturing currently executing object

2013-07-03 Thread Alexander Kriegisch
Hi Krishna. Your questions indicate you want to do some kind of run-time analysis, logging, monitoring or debugging. This assumption is speculative though. Anyway, I have a feeling that maybe what you are trying to do might be overkill or at least suboptimal. If you could describe your goal or