Learning about Java bytecode and the JVM

前端 未结 6 501
孤独总比滥情好
孤独总比滥情好 2021-01-29 19:15

In a recent question asked recently my simple minded answer highlighted many of my misconceptions about Java, the JVM, and how the code gets compiled and run. This has created

6条回答
  •  滥情空心
    2021-01-29 19:52

    Suggested reading: the JVM spec.

    You might also want to play with BCEL - there are other libraries around for manipulating bytecode, but that's probably the best known one.

提交回复
热议问题