Recent books on JVM? [closed]

↘锁芯ラ 提交于 2020-07-04 05:42:16

问题


I'm after a book to learn about the internals of the Java virtual machine.

I found this thread but it is two years old now.

Are there any newer JVM books which reflect the recent updates?

Would any of the books from that link be good to read or should I avoid any of them because they are too out of date?

Do you know any books which have been published since?


回答1:


One of the best Java books I have read.

http://www.pearsonhighered.com/educator/product/Java-Performance/9780137142521.page

Its called "Java Performance" but its really about low level, useful things to know about the JVM from one of the developers. i.e. not just about performance. Published 2012.

About the authors

http://java.sun.com/javaone/2009/javauniversity_bios.jsp#chunt

http://www.informit.com/articles/article.aspx?p=1757633

BTW: Most books take 1 - 2 years to write/publish so if you want the most up to date information, it best to find the information yourself (after reading a good book so you know all the basics).




回答2:


Personally I learned everything about JVM internals from the Java Virtual Machine Specification by Tim Lindholm and Frank Yellin. I have a few other books which pick apart the same content, but that's still the best. Once you understand the fundamentals of the JVM then its easy to apply the more recent updates without any trouble.

It would be better if there was a specific section of the JVM that you wanted to understand better, then recommendations could be more focused.



来源:https://stackoverflow.com/questions/9453444/recent-books-on-jvm

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!