- Introduced concept of sealing the
InjectionClassLoader
to avoid abuse. - Avoid class loader leak by not storing exceptions thrown in class initializers which can keep references to their first loading class in their backtrace.
- Add
ClassFileBufferStrategy
to agent builder. - Retain deprecation modifier on intercepted methods and fields on class files prior to Java 5.