- Refactored rebasing of type initializers. Do no longer rebase into static method to pass validation for final static field assignment on Java 9.
- Added fallback to
sun.misc.Unsafe
for class definition if reflective access to the protectedClassLoader
methods is not available which are required for the injection strategy. - Added super-type-loading
DescriptorStrategy
for agent builder. - Added assignment checks for
MethodCall
for invocation target.