diff options
Diffstat (limited to 'tests/features152/synchronization/transformed/aop1.xml')
-rw-r--r-- | tests/features152/synchronization/transformed/aop1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/features152/synchronization/transformed/aop1.xml b/tests/features152/synchronization/transformed/aop1.xml new file mode 100644 index 000000000..660f20b47 --- /dev/null +++ b/tests/features152/synchronization/transformed/aop1.xml @@ -0,0 +1,12 @@ +<aspectj> + <aspects> + <concrete-aspect name="G8" + extends="CaptureLock"> + + <pointcut name="lockPC" expression="(within(*) AND (lock() || unlock()))" /> + + </concrete-aspect> + </aspects> + + <weaver options="-verbose -showWeaveInfo -Xjoinpoints:synchronization"/> +</aspectj> |