...
The Tracing Agent also runs an ignore check.
TODO: Check this
All already collected invocation data will be added and send with the RMI. This could lead to high memory and network consumption, because the collected data can get really big.
For RMI Tracking the marshall() and unmarshall() methods are modified, so that the current Invocation Identifier is also transmitted (Stream Injection).
...