I came across this book "Inside Java 2 Virtual Machine", which looks like an excellent guide. However it's very dated, and I was wondering if there was a similar book that is more up to date.
closed as not constructive by Smi, Aziz Shaikh, Tom Seidel, S.L. Barth, Aleks G Nov 6 '12 at 9:17
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Not a book, but there is a wiki on the Snoracle website for the HotSpot internals |
|||
|
|
|
Oracle JRockit: The Definitive Guide is a good book to deep the jvm implementation. The authors of it definitely are the experts of jvm. |
|||
|
|
|
The second edition of the Java Virtual Machine Specification by Tim Lindholm and Frank Yellin is easier to read than the title would suggest. The authors were some of the original authors of the Sun JVM so the book is probably close to authoritative. Also, since it's a specification, it (should) be true of any implentation you run across. |
|||
|
|
|
There is a second edition of the same book on the following link with 6/7 chapters online. |
|||
|
|
|
Please read Java related publications http://wikis.sun.com/display/HotSpotInternals/Publications+JKU Here you will get latest updates and research papers on JVM internals |
|||
|
|