Community

What Are Java Agents and How to Profile With Them

(Carlos Schults) Java agents are a special type of class which, by using the Java Instrumentation API, can intercept applications running on the JVM, modifying their bytecode. Java agents aren’t a new piece of technology.