Bug 179744 - AspectJ should support synchronized advice
Summary: AspectJ should support synchronized advice
Status: NEW
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-28 10:31 EDT by Eric Bodden CLA
Modified: 2007-03-28 10:31 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Bodden CLA 2007-03-28 10:31:12 EDT
I just realized that while abc for example supports synchronized advice of the form "synchronized before(..", ajc does not. In my understanding, one can always simulate synchronized advice by wrapping the entire body in a synchronized block. Still, I see no reason for ajc to not support synchronized advice as a feature.