Java bytecode instrumentation: casting top to reference

前端 未结 0 1728
天涯浪人
天涯浪人 2021-01-11 16:48

I\'m operating on Java bytecode and ended up with an instruction flow similar to this simplified code:

branch_1:
   new Foo
   astore 42
   goto end
branch_2:         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题