You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/building.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -513,7 +513,7 @@ <h4 id="advanced-make-control-variables">Advanced Make Control Variables</h4>
513
513
</ul>
514
514
<h2id="running-tests">Running Tests</h2>
515
515
<p>Most of the JDK tests are using the <ahref="http://openjdk.java.net/jtreg">JTReg</a> test framework. Make sure that your configuration knows where to find your installation of JTReg. If this is not picked up automatically, use the <code>--with-jtreg=<path to jtreg home></code> option to point to the JTReg framework. Note that this option should point to the JTReg home, i.e. the top directory, containing <code>lib/jtreg.jar</code> etc.</p>
516
-
<p>The <ahref="https://wiki.openjdk.java.net/display/Adoption">Adoption Group</a> provides recent builds of jtreg <ahref="https://ci.adoptopenjdk.net/view/Dependencies/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/">here</a>. Download the latest <code>.tar.gz</code> file, unpack it, and point <code>--with-jtreg</code> to the <code>jtreg</code> directory that you just unpacked.</p>
516
+
<p>The <ahref="https://wiki.openjdk.java.net/display/Adoption">Adoption Group</a> provides recent builds of jtreg <ahref="https://ci.adoptium.net/view/Dependencies/job/dependency_pipeline/lastSuccessfulBuild/artifact/jtreg/">here</a>. Download the latest <code>.tar.gz</code> file, unpack it, and point <code>--with-jtreg</code> to the <code>jtreg</code> directory that you just unpacked.</p>
517
517
<p>Building of Hotspot Gtest suite requires the source code of Google Test framework. The top directory, which contains both <code>googletest</code> and <code>googlemock</code> directories, should be specified via <code>--with-gtest</code>. The supported version of Google Test is 1.8.1, whose source code can be obtained:</p>
518
518
<ul>
519
519
<li>by downloading and unpacking the source bundle from <ahref="https://github.com/google/googletest/releases/tag/release-1.8.1">here</a></li>
0 commit comments