Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 378 Bytes

File metadata and controls

15 lines (10 loc) · 378 Bytes

Instrumenting Java Code

This talk is about the various ways and methods of instrumenting Java code.

We will:

  • Explore several different methods, concentrating on code generation;
  • Dive deeper into ByteBuddy;
  • Create a simple javaagent;
  • Instrument a Java application in build time.

All with actual running code examples.

Tags

java, jvm, javaagent, instrumentation