From 6baa068c1216ce133aaa720cc66c94925f7a8711 Mon Sep 17 00:00:00 2001 From: Stuart Monteith Date: Fri, 14 Jun 2019 11:45:33 +0100 Subject: Add jdk13 JDK13 has been forked - add it. Change-Id: I5a96d735427bb6ec734c23e5dc035be66d1c478a --- panel.htm | 1 + source.htm | 3 +++ test13.htm | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 test13.htm diff --git a/panel.htm b/panel.htm index 753991c..586598e 100644 --- a/panel.htm +++ b/panel.htm @@ -34,6 +34,7 @@ a:active {
Releases
Source Code
JDK Test results
+
JDK13 Test results
JDK12 Test results
JDK11u Test results
JDK8u Test results
diff --git a/source.htm b/source.htm index 4d56c82..d51e31b 100644 --- a/source.htm +++ b/source.htm @@ -12,6 +12,9 @@ There are no Linaro respositories - all builds are from upstream.
OpenJDK JDK
https://hg.openjdk.java.net/jdk/jdk
+
OpenJDK13 +
https://hg.openjdk.java.net/jdk/jdk13
+
OpenJDK12
https://hg.openjdk.java.net/jdk/jdk12
diff --git a/test13.htm b/test13.htm new file mode 100644 index 0000000..06e2577 --- /dev/null +++ b/test13.htm @@ -0,0 +1,35 @@ + + + + +Engineering Releases for AARCH64 + + +

Nightly Test Results

+The following are the results of the nightly testing we perform on OpenJDK 13 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. + +

The following is a brief description of each of the above tests +

+
JTreg +
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. +
+
+
JCStress +
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. +
+
+
SPECjbb2015 +
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. +
+
+
Hadoop +
We choose Hadoop as an industry standard enterprise application to test for any performance regressions. Terasort is an industry standard benchmark for Hadoop. +
+

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. + + -- cgit v1.2.3