forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (72 loc) · 2.6 KB
/
index.html
File metadata and controls
152 lines (72 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Performance Enhancements</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#000077" ALINK="#FF0000">
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="60">
<IMG SRC="../../images/javalogo52x88.gif" ALT="Java" BORDER=0 WIDTH=52 HEIGHT=88>
</TD>
<TD>
<center>
<h1>Performance Enhancements</h1>
</center>
</TD>
<TD ALIGN=RIGHT VALIGN=TOP>
<font size="-1"><a href="../../index.html">Documentation Contents</a></font>
</TD>
</TR>
</TABLE>
<!-- Body text begins here -->
<blockquote>
Version 1.4 of the Java<sup><font size=-2>TM</font></sup> 2
SDK and Java 2 Runtime Environment contain many performance
enhancements including improvements in startup time, memory footprint, and
program execution speed. The most significant
performance enhancements are detailed below.
</blockquote>
<font size="+2"><b>Performance Enhancements</b></font>
<ul>
<li><a href=speed.html>Improvements to Program Execution Speed</a>
</ul>
<p>
<font size="+2"><b>See Also</b></font>
<ul>
<li><a href=startup.html>Improvements to Startup Time and Memory Footprint</a> - These improvements were made in previous release J2SDK 1.3.
<li><a href="http://java.sun.com/docs/performance/index.html">Performance
Documentation for the Java Platform</a> (on java.sun.com web site)
<li><a href="http://java.sun.com/j2se/1.4/performance.guide.html">Performance
and Scalability Guide</a> (on the java.sun.com web site)
<li><a href="http://java.sun.com/docs/hotspot/PerformanceFAQ.html">Performance
FAQ</a> (on the java.sun.com web site)
<li><a href="http://java.sun.com/docs/hotspot/VMOptions.html">Java HotSpot
VM Options</a> (on the java.sun.com web site)
</ul>
<P>
<FONT SIZE="-1"><B>*As used on this web site, the terms "Java Virtual Machine"
or "JVM" mean a virtual machine for the Java platform.</B></FONT>
<!-- Body text ends here -->
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR VALIGN=TOP>
<TD>
<P><FONT SIZE="-2">
<A HREF="../../relnotes/SMICopyright.html">Copyright ©</A> 2002
<A HREF="http://www.sun.com/">Sun Microsystems, Inc.</A>
All Rights Reserved.</FONT></P>
<br>
<FONT SIZE="-1">
Please send comments to:
</FONT>
</TD>
<TD ALIGN=RIGHT>
<IMG SRC="../../images/sunlogo64x30.gif" ALT="Sun" BORDER=0 WIDTH=64 HEIGHT=30>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>