javap option별 관찰 대상

궁금한 classfile 정보에 맞는 option을 선택한다.

javap

-c

bytecode instruction

code

-v

constant pool·flags·attributes

verbose

-s

method descriptor

signature

-l·-p

debug table·private member

mapping

핵심: runtime artifact classpath를 지정해 실제 배포 class를 분석한다.