Commit 6ff3150
ByteCodeTranslator: add asm-analysis to compile classpath (#5256)
Parser.java imports org.objectweb.asm.tree.analysis.{Analyzer,
BasicInterpreter, BasicValue, Frame}, which ship in the asm-analysis
module (sibling of asm-tree). The jar was missing from javac.classpath,
so the translator failed to compile (cannot find symbol). Add the
file.reference + classpath entry, matching the existing asm 9.8 jars.
Requires asm-analysis-9.8.jar in cn1-binaries/vm (separate PR).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent bbd0471 commit 6ff3150
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments