Skip to content

Commit d5a1521

Browse files
committedOct 20, 2022
8295470: Update openjdk.java.net => openjdk.org URLs in test code
Reviewed-by: michaelm, prr, darcy
1 parent 9d0cfd1 commit d5a1521

File tree

45 files changed

+138
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+138
-92
lines changed
 

‎test/hotspot/jtreg/applications/jcstress/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
1+
Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
22
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33

44
This code is free software; you can redistribute it and/or modify it
@@ -37,5 +37,5 @@ The */Test.java files should never be modified directly, because they are
3737
generated by TestGenerator and therefore all required changes must be made in
3838
that class.
3939

40-
[1] https://wiki.openjdk.java.net/display/CodeTools/jcstress
40+
[1] https://wiki.openjdk.org/display/CodeTools/jcstress
4141

‎test/hotspot/jtreg/applications/jcstress/TestGenerator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -56,7 +56,7 @@
5656
* added to classpath. One can replace @notest by @test in jtreg test
5757
* description above to run this class with jtreg.
5858
*
59-
* @see <a href=https://wiki.openjdk.java.net/display/CodeTools/jcstress>jcstress</a>
59+
* @see <a href=https://wiki.openjdk.org/display/CodeTools/jcstress>jcstress</a>
6060
*/
6161
public class TestGenerator {
6262
private static final String COPYRIGHT;

0 commit comments

Comments
 (0)
Please sign in to comment.