aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--panel.htm1
-rw-r--r--source.htm7
-rw-r--r--test14.htm35
3 files changed, 41 insertions, 2 deletions
diff --git a/panel.htm b/panel.htm
index 586598e..f66c0d1 100644
--- a/panel.htm
+++ b/panel.htm
@@ -34,6 +34,7 @@ a:active {
<a href="releases.htm" target=contents><div class="panel-button">Releases</div></a>
<a href="source.htm" target=contents><div class="panel-button">Source Code</div></a>
<a href="testX.htm" target=contents><div class="panel-button">JDK Test results</div></a>
+<a href="test14.htm" target=contents><div class="panel-button">JDK14 Test results</div></a>
<a href="test13.htm" target=contents><div class="panel-button">JDK13 Test results</div></a>
<a href="test12.htm" target=contents><div class="panel-button">JDK12 Test results</div></a>
<a href="test11u.htm" target=contents><div class="panel-button">JDK11u Test results</div></a>
diff --git a/source.htm b/source.htm
index d51e31b..75a4ea7 100644
--- a/source.htm
+++ b/source.htm
@@ -12,11 +12,14 @@ There are no Linaro respositories - all builds are from upstream.
<dt>OpenJDK JDK
<dd><a href="https://hg.openjdk.java.net/jdk/jdk">https://hg.openjdk.java.net/jdk/jdk</a></dd>
</dt>
+<dt>OpenJDK14
+<dd><a href="https://hg.openjdk.java.net/jdk/jdk14">https://hg.openjdk.java.net/jdk/jdk14</a></dd>
+</dt>
<dt>OpenJDK13
-<dd><a href="https://hg.openjdk.java.net/jdk/jdk13">https://hg.openjdk.java.net/jdk/jdk13</a></dd>
+<dd><a href="https://hg.openjdk.java.net/jdk-updates/jdk13u">https://hg.openjdk.java.net/jdk-updates/jdk13u</a></dd>
</dt>
<dt>OpenJDK12
-<dd><a href="https://hg.openjdk.java.net/jdk/jdk12">https://hg.openjdk.java.net/jdk/jdk12</a></dd>
+<dd><a href="https://hg.openjdk.java.net/jdk-updates/jdk12u">https://hg.openjdk.java.net/jdk-updates/jdk12u</a></dd>
</dt>
<dt>OpenJDK11u
<dd><a href="https://hg.openjdk.java.net/jdk-updates/jdk11u">https://hg.openjdk.java.net/jdk-updates/jdk11u</a></dd>
diff --git a/test14.htm b/test14.htm
new file mode 100644
index 0000000..7373d8c
--- /dev/null
+++ b/test14.htm
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+<HEAD>
+<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
+<title>Engineering Releases for AARCH64</title>
+</HEAD>
+<BODY bgcolor=#ffffff>
+<h2>Nightly Test Results</h2>
+The following are the results of the nightly testing we perform on OpenJDK 14 project. The primary purpose of our overnight testing is to test for regressions in any code that is checked into the JDK code base. Whenever a change is checked into the AARCH64 OpenJDK source the nightly test rebuild both client and server versions of OpenJDK and runs the tests below. The complete build and test cycle takes approximately 20 hours so results are usually published at about 20:00 UTC the following day.
+<ul>
+<li><a href="jdk14/openjdk-jtreg-nightly-tests">JTReg Test Results</a>
+<li><a href="jdk14/jcstress-nightly-runs">JCStress Test Results</a>
+<li><a href="jdk14/SPECjbb2015-results">SPECjbb2015 Results</a>
+<li><a href="jdk14/hadoop-terasort-benchmark-results">Hadoop Results<a>
+</ul>
+<p>The following is a brief description of each of the above tests
+<dl>
+<dt>JTreg
+<dd>JTReg is the standard Java Test Regression test suite and contains three components, hotspot, langtools and jdk which test the corresponding components in the JDK. In total there are over 8500 individual unit tests in the JTReg test suite. We test both the client and server compilers against the JTReg test suite.
+</dl>
+<dl>
+<dt>JCStress
+<dd>JCStress is a test suite designed to stress test the atomic and synchronisation primitives of the JDK. The test suite contains over 11500 individual tests and runs for over 12 hours as part of the overnight testing. This test suite has been extremely useful and has shown up a number of rare and difficult to find problems.
+</dl>
+<dl>
+<dt>SPECjbb2015
+<dd>SPECjbb2015 is a commercial benchmark from the SPEC Corporation. It models a transaction management system and measures the response times under increasing workloads. It is widely used so we chose this as one of our standard benchmarks to test for performance regression.
+</dl>
+<dl>
+<dt>Hadoop
+<dd>We choose Hadoop as an industry standard enterprise application to test for any performance regressions. Terasort is an industry standard benchmark for Hadoop.
+</dl>
+<p>Note: For the SPECjbb2015 and Hadoop benchmarks we publish relative performance figures. The baseline against which they were originally run is no longer meaningful, so changes to the performance figure are all that matter.
+</body>
+</html>