Byte Buddy 1.3.8
raphw
released this
06 Apr 17:18
·
5059 commits
to master
since this release
- Fixed frame computation for the
Advice
. - Optimized frame computation to emitt frames of the minimal, possible size when using
Advice
. - Only add exit
Advice
once to reduce amound of added bytes to avoid size explosion when a method supplied several exits. - Optimized
Advice
injection to only add advice infrastucture if entry/exit advice is supplied. - Optimized exception handling infrastructure for exit
Advice
to only be applied when exceptions are catched. - Added mapping for the IINC instruction which was missing from before.
- Added possibility to propagate AMS reader and writer flags for
AsmVisitorWrapper
. - Made
Advice
method parser respect ASM reader flags for expanding frames.