byte-buddy icon indicating copy to clipboard operation
byte-buddy copied to clipboard

AgentBuilder afterburner that captures types loaded during installation

Open raphw opened this issue 4 years ago • 0 comments

It's possible for a type being loaded before a class file transformer is installed but that takes longer to load then it takes to iterate over previous loaded classes during installation. Such types are lost during transformation.

It should be possible to enable some form of afterburner that captures such types by monitoring class loading internals.

raphw avatar Dec 30 '19 12:12 raphw