Author

Articles by Rafael Winterhalter

Videos

Embracing invokedynamic to tame class loaders in Java agents

Byte Buddy makes it easy to write Java agents without bytecode know-how. But class loaders and other complexities can still ruin your day. Here's a novel invokedynamic-based architecture that simplifies agent development.