- Strip unnecessary trailing spaces

Approved by:	doceng (implicit)
This commit is contained in:
Gabor Kovesdan 2012-08-21 19:16:02 +00:00
parent b2153405c5
commit 2e51ec7022
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39416
1363 changed files with 63242 additions and 63242 deletions

View file

@ -20,7 +20,7 @@
<li> <a href="#q1">Is there a &jdk; 1.3 for FreeBSD?</a></li>
<li> <a href="#q2">Can I use the Linux-Port from the Blackdown people?</a></li>
</ol>
<h2>Full Text </h2>
<h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td bgcolor="#990000" width="10">
@ -32,7 +32,7 @@
</tr>
<tr>
<td bgcolor="#990000" width="10"> <br/> </td>
<td align="left" valign="top" colspan="3">
<td align="left" valign="top" colspan="3">
Yes. You can build a native FreeBSD JDK from source, or download
pre-compiled binaries. See the FreeBSD Java front page for more
information.
@ -54,7 +54,7 @@
</tr>
<tr>
<td bgcolor="#990000" width="10"> <br/> </td>
<td align="left" valign="top" colspan="3">
<td align="left" valign="top" colspan="3">
Some people reported success in doing so. Try the following:
Get the archive, extract it somewhere. Then apply the following diff: <br/>
<pre>
@ -101,7 +101,7 @@
+DEFAULT_THREADS_FLAG="green"
if [ "x$1" = "x-hotspot" ]; then
vmtype="hotspot"
ttype="native"_threads</pre><br/>
ttype="native"_threads</pre><br/>
Thanks to Makoto MATSUSHITA (matusita@ics.es.osaka-u.ac.jp)
</td>
</tr>

View file

@ -13,24 +13,24 @@
<body class="navinclude.developers">
<h3>Introduction:</h3>
<p>Much has been talked about recently with Sun's decision to release an
official port of Java for Linux. This study was done to compare the
actual performance of the <a href="http://www.blackdown.org">Blackdown</a>
Linux Port with the <a href="http://www.FreeBSD.org/java/">FreeBSD Port</a>
<p>Much has been talked about recently with Sun's decision to release an
official port of Java for Linux. This study was done to compare the
actual performance of the <a href="http://www.blackdown.org">Blackdown</a>
Linux Port with the <a href="http://www.FreeBSD.org/java/">FreeBSD Port</a>
of the &jdk;.</p>
<h3>Summary:</h3>
<p>The Linux port is faster than the FreeBSD port, even when the JITs are taken
into account. For graphic intensive applications, all the FreeBSD tests are
faster than the Linux, with FreeBSD/TYA being the fastest overall. Comparing
the Linux port with the FreeBSD port, each with no JIT running, FreeBSD is
faster. We may conclude that, when running on FreeBSD, the JIT design
the Linux port with the FreeBSD port, each with no JIT running, FreeBSD is
faster. We may conclude that, when running on FreeBSD, the JIT design
makes the difference in speed. </p>
<h3>Testing Methods:</h3>
<p>All tests were run on FreeBSD 3.4-RC (Tue Dec 7 09:14:51 EST 1999) on a
Dual Pentium 200 SMP machine with 128 Megs RAM. Tests were conducted with
Dual Pentium 200 SMP machine with 128 Megs RAM. Tests were conducted with
Pendragon Software's <a href="http://www.webfayre.com/pendragon/cm3/index.html">
Caffeine Mark</a> 3.0 software using the "Run all tests locally" option.</p>
@ -178,8 +178,8 @@ Caffeine Mark</a> 3.0 software using the "Run all tests locally" option.</p>
<h3>Conclusion:</h3>
<p>Newer versions of the software used in the tests above been released since
this test was conducted. For this reason, these tests will be run again in
the near future to see if the newer JITs for FreeBSD alter the results.
this test was conducted. For this reason, these tests will be run again in
the near future to see if the newer JITs for FreeBSD alter the results.
The same JITs will be used with the Linux JDK to test their effects as well.</p>
<h3>Tester:</h3>