这是indexloc提供的服务,不要输入任何密码
Skip to content

Byte Buddy 1.4.12

Choose a tag to compare

@raphw raphw released this 15 Jul 15:45
· 4968 commits to master since this release
  • Monitor advice code for inconsistent stack heights at return statements to clean the stack during instrumentation to not trigger verifier errors if such atypical but legal code is encountered.
  • Do not generate handlers for return values if an instrumented method or an advice method only throws exceptions but never returns regularly.