00000023.htm
来自「水木清华BBS」· HTM 代码 · 共 67 行
HTM
67 行
<HTML><HEAD> <TITLE>BBS水木清华站∶精华区</TITLE></HEAD><BODY><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER>发信人: KHP (人之初), 信区: Java <BR>标 题: JVM的加速引擎——Hotspot 1.0 <BR>发信站: BBS 水木清华站 (Mon Jul 5 15:44:36 1999) <BR> <BR> <BR><A HREF="ftp://166.111.163.77/develop/java/hotspot/">ftp://166.111.163.77/develop/java/hotspot/</A> <BR> <BR>介绍如下: <BR> <BR>The Java HotSpotTM performance engine is an add-on performance module for the <BR>JavaTM 2 SDK. The Java HotSpot performance engine employs state-of-the-art <BR>technology to offer many performance enhancements: <BR> <BR>Adaptive compiler - The Java HotSpot performance engine launches an <BR>application using a standard interpreter, but then analyzes the code as it <BR>runs to detect performance bottlenecks, or "hot spots". It compiles those <BR>performance-critical portions of the <BR>code for a boost in performance, while avoiding unnecessary compilation of <BR>seldom-used code (most of the program). The Java HotSpot performance engine <BR>also uses the adaptive compiler to decide, on the fly, how best to optimize <BR>compiled code with <BR>techniques such as in-lining. The runtime analysis performed by the compiler <BR>allows it to eliminate guesswork in determining which optimizations will <BR>yield the largest performance benefit. <BR> <BR>Improved garbage collection - The Java HotSpot performance engine <BR>automatically reclaims ("garbage collects") memory used by software objects <BR>that are no longer needed. The Java HotSpot performance engine includes a <BR>state-of-the-art garbage collector <BR>that is faster and more efficient than the garbage collector in the Java 2 <BR>SDK. As an option, the new garbage collector can operate in an "incremental" <BR>mode which eliminates virtually all the program-execution pauses that are <BR>typical of current garbage <BR>collectors. <BR> <BR>Thread synchronization - The Java programming language allows for use of <BR>multiple, concurrent paths of program execution (called "threads"). The Java <BR>HotSpot performance engine provides a leaner, speedier thread-handling <BR>capability that is designed to <BR>scale readily for use in large, shared-memory multiprocessor servers. <BR> <BR>For more information about the architecture of the Java HotSpot performance <BR>engine, see the whitepaper available on Sun's Java Software web site <BR>(<A HREF="http://java.sun.com/products/hotspot).">http://java.sun.com/products/hotspot).</A> <BR> <BR>-- <BR>※ 修改:·KHP 於 Jul 5 15:46:25 修改本文·[FROM: 166.111.163.77] <BR>※ 来源:·BBS 水木清华站 bbs.net.tsinghua.edu.cn·[FROM: 166.111.163.77] <BR><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?