- Added a
ClassFileLocator
for a class loader that only references it weakly. - Allow to supply
TypePool
andClassFileLocator
seperatly from anAgentBuilder
. - Made
MethodPool
sensitive to bridge methods which should only be added to classes of a version older than Java 4. - Fixed creation of Java 9 aware
ClassFileTransformer
to only apply on Java 9 VMs. - Added matcher for the type of a class loader.
- Fixed name resolution of anonymously-loaded types.