Commit 4f37686
[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.1 parent fd18488 commit 4f37686
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments