From c9cacff1d61d108c2e3ddf3b4b81a17cd26a1b9c Mon Sep 17 00:00:00 2001 From: acolyer Date: Thu, 25 Aug 2005 12:49:31 +0000 Subject: updates for M3, mostly tidying and making it clear what is and is not supported in the M3 build --- docs/adk15ProgGuideDB/ltw.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'docs/adk15ProgGuideDB/ltw.xml') diff --git a/docs/adk15ProgGuideDB/ltw.xml b/docs/adk15ProgGuideDB/ltw.xml index 5fcc30777..6297959a4 100644 --- a/docs/adk15ProgGuideDB/ltw.xml +++ b/docs/adk15ProgGuideDB/ltw.xml @@ -84,11 +84,12 @@ AspectJ 5 ships with a number of load-time weaving agents that enable load-time weaving. These agents and their configuration are execution environment dependent. Configuration for the supported environments is discussed - later in this chapter.
- Using Java 5 JVMTI you can specify the -javaagent:pathto/aspectjweaver.jar option - to the JVM.
+ later in this chapter.
+ + Using Java 5 JVMTI you can specify the -javaagent:pathto/aspectjweaver.jar option + to the JVM. Using BEA JRockit and Java 1.3/1.4, the very same behavior can be obtained using BEA JRockit JMAPI features with - the -Xmanagement:class=org.aspectj.weaver.loadtime.JRockitAgent + the -Xmanagement:class=org.aspectj.weaver.loadtime.JRockitAgent @@ -189,7 +190,9 @@ + Note: concrete-aspect is not available in AspectJ 1.5 M3. + @@ -383,12 +386,11 @@ - Despite those special cases, it is perfectly possible to have call pointcut on those classes members providing the callee - class is not itself a speciall case, as well as execution pointcut on subclasses of those providing subclasses are not themselves - a special case. + Despite these restrictions, it is perfectly possible to match call join points for calls to these types providing the calling + class is exposed to the weaver. Subtypes of these excluded types that are exposed to the weaver may of course be woven. - It is also worth understanding that dynamic proxy representations are exposed to the LTW infrastructure and are not considered + Note that dynamic proxy representations are exposed to the LTW infrastructure and are not considered a special case. -- cgit v1.2.3