aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1610/pr324932_2/aop.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1610/pr324932_2/aop.xml')
-rw-r--r--tests/bugs1610/pr324932_2/aop.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bugs1610/pr324932_2/aop.xml b/tests/bugs1610/pr324932_2/aop.xml
new file mode 100644
index 000000000..515c5b474
--- /dev/null
+++ b/tests/bugs1610/pr324932_2/aop.xml
@@ -0,0 +1,10 @@
+<aspectj>
+ <aspects>
+ <aspect name="X"/>
+ </aspects>
+
+ <weaver options="-Xset:targetRuntime1_6_10=true,fastWeaving=true,weaveJavaxPackages=true -XhasMember -XlazyTjp -Xreweavable">
+ <include within="*"/>
+ </weaver>
+
+</aspectj> \ No newline at end of file