JRockitPreProcessor.java | Class | JRockit (tested with 7SP4 and 8.1) preprocessor Adapter based on JMAPI JRockit has a low
level API for hooking ClassPreProcessor, allowing the use of online weaving at full speed.
Moreover, JRockit does not allow java.lang.ClassLoader overriding thru -Xbootclasspath/p option.
The main difference with standard AspectWerkz online mode is that the ClassPreProcessor
implementation and all third party jars CAN reside in the standard classpath. |