8356269: Fix broken web-links after JDK-8295470

Backport-of: 21f01e0c89
This commit is contained in:
Matthias Baesken
2025-06-05 16:49:18 +00:00
committed by Vitaly Provodin
parent ea5d14c1db
commit 73a152a0b9
3 changed files with 3 additions and 3 deletions

View File

@@ -37,5 +37,5 @@ The */Test.java files should never be modified directly, because they are
generated by TestGenerator and therefore all required changes must be made in
that class.
[1] https://wiki.openjdk.org/display/CodeTools/jcstress
[1] https://github.com/openjdk/jcstress

View File

@@ -56,7 +56,7 @@ import java.util.function.Predicate;
* added to classpath. One can replace @notest by @test in jtreg test
* description above to run this class with jtreg.
*
* @see <a href=https://wiki.openjdk.org/display/CodeTools/jcstress>jcstress</a>
* @see <a href="https://github.com/openjdk/jcstress">jcstress</a>
*/
public class TestGenerator {
private static final String COPYRIGHT;

View File

@@ -47,7 +47,7 @@ public class DekkerTest {
/*
Read After Write Test (basically a simple Dekker test with volatile variables)
Derived from the original jcstress test, available at:
hhttps://git.openjdk.org/jcstress/commit/15acd86
https://git.openjdk.org/jcstress/commit/15acd86
tests-custom/src/main/java/org/openjdk/jcstress/tests/volatiles/DekkerTest.java
*/