bytecode 진단 질문
runtime symptom을 classfile evidence에 연결한다.
| Symptom | 확인 | Evidence |
|---|---|---|
| NoSuchMethodError | descriptor 불일치 | -s·constant pool |
| synthetic frame | bridge·lambda | flags·bootstrap |
| line mismatch | debug table | LineNumberTable |
| monitor | method·block 형태 | ACC_SYNCHRONIZED·monitorenter |
핵심: compiler version과 --release target을 output과 함께 기록한다.