Rafael Winterhalter
Rafael Winterhalter
I'll leave this one open for context. Thanks!
If you register a retransformation strategy, in the next steps you can add refinements. One step allows you to apply a batch.
I did not yet have time to prioritize this, unfortunately.
This is `MemberSubstitution`, in case anybody is wondering.
If you are running an agent, it is a good strategy to use a trampoline agent. The trampoline agent basically just creates a class loader which has the boot loader...
Not sure I understand the question. What do you mean by "dynamic loading"?
This would be a bug in Graal if so. Byte Buddy only adjiusts its default class naming strategy to work with the Graal agent out of the box. It's Graal...
Sorry, my bad. I was clearing out old issues, but I will try to look into this.
I added a new value for `@Origin` to accept `MethodHandles.Lookup` to make this always possible but this is how it would work (since Java 9): ```java public static class ByteBuddyDispatcherInvocationHandler...
Next release. I tested it on master but always happy if you validate the solution on your end.