The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

HotSpot

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

Topic HotSpot . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 14 Jun 2005 - 17:12:12 - Main.sullis
Parents: WebHome > Glossary