byte-buddy
byte-buddy copied to clipboard
how can i use JSRInlinerAdapter in bytebuddy
I got an error when I came across the JSR and RET directives, I want to fix it, But I noticed that ByteBuddy does not provide a JSRInlinerAdapter
Byte Buddy does not use it internally but if you are using ASM, I recommend using byte-buddy-dep with your own ASM dependency.
You should then shade Byte Buddy or isolate it in a separate class loader.