Different behaviour of java bytecode

前端 未结 6 1257
面向向阳花
面向向阳花 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:24

    the i_const instruction only range from 0~5, so it must spit the instuction by push and store

提交回复
热议问题