 |
HotSpot is a JVM performance tuning feature that automatically determines a program's "hot spots" (areas of primary execution) and optimizes these hot spots for better performance.
HotSpot Home Page
Tip: use -XX:+PrintCompilation to trace method compilation
Discussion about HotSpot
|