summaryrefslogtreecommitdiffstats
path: root/docs/devGuideDB/ajc.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-02-24 13:43:56 +0000
committeraclement <aclement>2004-02-24 13:43:56 +0000
commit16a0abd70e5fe2538c32994de05f52b6bf939ef5 (patch)
tree3a8ca19141c2a3f15663c4f721b2397529af1e43 /docs/devGuideDB/ajc.xml
parent36f8e3c561a721243f8e9e6c0cfb71547249e300 (diff)
downloadaspectj-16a0abd70e5fe2538c32994de05f52b6bf939ef5.tar.gz
aspectj-16a0abd70e5fe2538c32994de05f52b6bf939ef5.zip
Fix for Bug 36430: Xreweavable support
Diffstat (limited to 'docs/devGuideDB/ajc.xml')
-rw-r--r--docs/devGuideDB/ajc.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/devGuideDB/ajc.xml b/docs/devGuideDB/ajc.xml
index afe218887..0bfcbb769 100644
--- a/docs/devGuideDB/ajc.xml
+++ b/docs/devGuideDB/ajc.xml
@@ -380,6 +380,14 @@
for input using -injars.
</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>-Xreweavable[:compress]</term>
+ <listitem><para>(Experimental) runs weaver in reweavable mode which causes
+ it to create woven classes that can be rewoven, subject to the restriction that
+ on attempting a reweave all the types that advised the woven type must be accessible.
+ </para></listitem>
+ </varlistentry>
<varlistentry>
<term>-XnoInline</term>