Byte Buddy v1.3.8 Release Notes

Release Date: 2016-04-01 // about 8 years ago
    • 🛠 Fixed frame computation for the Advice.
    • ⚡️ Optimized frame computation to emit frames of the minimal, possible size when using Advice.
    • Only add exit Advice once to reduce amount of added bytes to avoid size explosion when a method supplied several exits.
    • ⚡️ Optimized Advice injection to only add advice infrastructure 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.