Recent books on JVM?

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).


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.

Tags:

Java

Jvm