]> source.dussan.org Git - aspectj.git/commitdiff
pr93253: lazytjp the default. removed mention of lazytjp.
authoraclement <aclement>
Tue, 1 Nov 2005 21:56:49 +0000 (21:56 +0000)
committeraclement <aclement>
Tue, 1 Nov 2005 21:56:49 +0000 (21:56 +0000)
docs/devGuideDB/ltw.xml

index d3d9636b2664a60b0f2bf6b8c727cf258f1f9b97..c1e94f6c23ccc6c4bb8a000960ef4deb0420dc4c 100644 (file)
 
             </aspects>
 
-            <weaver options="-verbose -XlazyTjp">
+            <weaver options="-verbose">
               <!-- Weave types that are within the javax.* or org.aspectj.*
                    packages. Also weave all types in the foo package that do
                    not have the @NoWeave annotation. -->
           aspects.include=com..*
           aspects.exclude=@CoolAspect
 
-          weaver.options=-verbose -XlazyTjp
+          weaver.options=-verbose
           weaver.include=javax.* OR org.aspectj.*
                  ]]></programlisting>
         </sect2>
                             <entry>Run the weaver in 1.5 mode (supports autoboxing in
                             join point matching)</entry>
                         </row>
-                        <row>
-                            <entry>
-                                <literal>-XlazyTjp</literal>
-                            </entry>
-                            <entry>Performance optimization for aspects making use
-                            of thisJoinPoint (non-static parts)</entry>
-                        </row>
                         <row>
                             <entry>
                                 <literal>-Xlintfile:pathToAResource</literal>