diff a/doc/building.html b/doc/building.html --- a/doc/building.html +++ b/doc/building.html @@ -576,11 +576,11 @@
JDK_FILTER
SPEC_FILTER
Most of the JDK tests are using the JTReg test framework. Make sure that your configuration knows where to find your installation of JTReg. If this is not picked up automatically, use the --with-jtreg=<path to jtreg home>
option to point to the JTReg framework. Note that this option should point to the JTReg home, i.e. the top directory, containing lib/jtreg.jar
etc.
The Adoption Group provides recent builds of jtreg here. Download the latest .tar.gz
file, unpack it, and point --with-jtreg
to the jtreg
directory that you just unpacked.
The Adoption Group provides recent builds of jtreg here. Download the latest .tar.gz
file, unpack it, and point --with-jtreg
to the jtreg
directory that you just unpacked.
To execute the most basic tests (tier 1), use:
make run-test-tier1
For more details on how to run tests, please see the Testing the JDK document.
Cross-compiling means using one platform (the build platform) to generate output that can ran on another platform (the target platform).
diff a/doc/building.md b/doc/building.md --- a/doc/building.md +++ b/doc/building.md @@ -889,11 +889,11 @@ Note that this option should point to the JTReg home, i.e. the top directory, containing `lib/jtreg.jar` etc. The [Adoption Group](https://wiki.openjdk.java.net/display/Adoption) provides recent builds of jtreg [here]( -https://adopt-openjdk.ci.cloudbees.com/job/jtreg/lastSuccessfulBuild/artifact). +https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/lastSuccessfulBuild/artifact). Download the latest `.tar.gz` file, unpack it, and point `--with-jtreg` to the `jtreg` directory that you just unpacked. To execute the most basic tests (tier 1), use: ```