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.

link|improve this question

feedback

5 Answers

up vote 5 down vote accepted

Not a book, but there is a wiki on the Snoracle website for the HotSpot internals

link|improve this answer
feedback

Oracle JRockit: The Definitive Guide is a good book to deep the jvm implementation. The authors of it definitely are the experts of jvm.

link|improve this answer
feedback

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.

link|improve this answer
feedback

There is a second edition of the same book on the following link with 6/7 chapters online.

http://www.artima.com/insidejvm/ed2/index.html

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.