Bug 179744

Summary: AspectJ should support synchronized advice
Product: [Tools] AspectJ Reporter: Eric Bodden <eric>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

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.