Dynamic Bytecode Instrumentation = runtime rewriting of Java byte code in a running process. This is a technology that changes the code being called within a process without using ClassLoaders?.
See:
CategoryJava