Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] pointcut for synchronized block

Hello, Scott.

I just read your posting again... I have somebody who thought about
working on this issue. Obviously, we don't want to reinvent the wheel.
Hence, it would be great if you could briefly comment on whether you
succeeded and if not, what you found to be the major problem. (I know
it's not an easy issue to implement this correctly, especially if you
want around advice.)

Thanks a lot!

Eric

P.S. I tried to email you but your address does not work anymore, hence
the posting to the list.

--
Eric Bodden
Sable Research Group, McGill University
Montreal, Canada

> -----Original Message-----
> From: aspectj-users-bounces@xxxxxxxxxxx [mailto:aspectj-users-
> bounces@xxxxxxxxxxx] On Behalf Of Hale Scott C 1stLt AFIT/ENG
> Sent: Tuesday, July 19, 2005 10:50 AM
> To: aspectj-users@xxxxxxxxxxx
> Subject: [aspectj-users] pointcut for synchronized block
> 
> I am developing a pointcut to determine all the locks held at any time
> during the execution of a program.  The pointcut needs to capture the
> current thread and object being locked during a synchronized block.
I
> have yet to determine a unique signature to determine when the code
> contains a synchronized block using Aspects.  Has any one come across
> this problem?  Does any one have any possible suggestions for a
> solution?  I appreciate the help.
> 
> Thanks,
> 
> Scott
> 
> 



Back to the top