WindySha / my_hexo_blog_comments

This is my hexo blog comments repository.
1 stars 0 forks source link

深入理解JVM之Java字节码(.class)文件详解 | Windy's Journal #13

Open WindySha opened 5 years ago

WindySha commented 5 years ago

https://windysha.github.io/2018/01/18/%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3JVM%E4%B9%8BJava%E5%AD%97%E8%8A%82%E7%A0%81%EF%BC%88-class%EF%BC%89%E6%96%87%E4%BB%B6%E8%AF%A6%E8%A7%A3/

Understanding bytecode makes you a better programmer 前言作为一个Java开发者,对技术的追求而不仅仅停留在会用API,会写基本功能上,要想在技术上有更高的造诣,就需要深入到原理层面去认识代码运行的机制。因此,本文从class字节码文件的结构入手,一步步来解剖二进制字节码的内部工作原理,这对深入理解JVM的运行机制大有裨益,同时,对于想要使用