有没有人知道任何好书或长篇网页文章(或研究文章??),谈论各种JVM或其他虚拟机环境正??在使用的JIT技术或热点技术(
python / ruby?? ……)
看起来这将是一个非常有趣的阅读imho(虽然在网站上很难找到有细节的东西…)
看看“
Oracle JRockit: The Definitive Guide”:
Filled with careful step-by-step instructions and plenty of
screenshots,this tutorial shows you JRockit and how to get the most
from it. All key concepts in the JRockit JVM,such as code generation,
memory management and other internals are introduced. Performance
aspects of Java are discussed in detail. A complete guide to use the
tools in the JRockit Mission Control suite is also included,and much
more. This book is for intermediate to advanced Java Developers,who
want to monitor,diagnose,profile and enhance the performance of
their Java applications. It is also for people who want to understand
more about the internal workings of a modern Java Virtual Machine or
adaptive runtime. Parts of the book are suitable as course material
for education about runtimes.
虽然它是关于JRockit的,但你会在这里找到JRockit和HotSpot实现中的一些比较,JVM等使用的一些通用方法.这本书绝对值得一读.