标签:jvm

JVM 常用指令集汇总

常量入栈指令 指令码 助记符 操作数 描述(栈指操作数栈) 0x01 aconst_null null值入栈。 0x02 iconst_m1 -1(int)值入栈。 0x03 iconst_0 0(...