You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[asm-cherry-pick] fix class names for experimental API check
`TraceClassVisitor` uses the `ASM8_EXPERIMENTAL` API version to allow
tracing also new bytecodes. An internal check restricts using this
API version, but white-lists `TraceClassVisitor`. Since we change the
package name in our fork, we need to fix the white-list.
0 commit comments