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.
|
feedback
|
|
Not a book, but there is a wiki on the Snoracle website for the HotSpot internals | |||
|
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. | |||
|
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. | |||
|
feedback
|
|
There is a second edition of the same book on the following link with 6/7 chapters online. | |||
|
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 | |||
|
feedback
|