github raphw/byte-buddy byte-buddy-1.3.8
Byte Buddy 1.3.8

latest releases: byte-buddy-1.14.15, byte-buddy-1.14.14, byte-buddy-1.14.13...
8 years ago
  • 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.

Don't miss a new byte-buddy release

NewReleases is sending notifications on new releases.