Dynamic Bytecode Instrumentation

last modified: February 9, 2009

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


Loading...