Different behaviour of java bytecode

前端 未结 6 1256
面向向阳花
面向向阳花 2020-12-30 03:17

I am a newbee in Java Bytecode. I was understanding the bytecode through some examples but I got stuck in an example.
These are my java and bytecode file



        
6条回答
  •  离开以前
    2020-12-30 03:42

    There is no iconst_9 instruction. So to push 9 you cannot use iconst. You must go for bipush

提交回复
热议问题