aconst_null


Operation Push null

aconst_null


Forms aconst_null = 1 (0x1)

Stack ... ..., null

Description Push the null object reference onto the operand stack.

Notes The Java Virtual Machine does not mandate a concrete value for null.