On Tue, 18 Oct 2022 11:55:06 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> This is a continuation of the effort to update all our URLs to the new > top-level domain. > > This patch updates (most) URLs in testing code. There still exists references > to openjdk.java.net, but that are not strictly used as normal URLs, which I > deemed need special care, so I left them out of this one, which is more of a > straight-forward search and replace. > > I have manually verified that the links work (or points to bugs.openjdk.org > and looks sane; I did not click on all those). I have replaced `http` with > `https`. I have replaced links to specific commits on the mercurial server > with links to the corresponding commits in the new git repos. I noticed that a couple of files where missing copyright headers, when I tried to update those. I did some code archaeology and found out which year they were created, and added a copyright header. Just to be reasonably sure that I did not affect any tests, I have let this go through the GHA and our internal CI testing tier1-3. The failed GHA test is `SuperWaitTest`, which I did not modify. ------------- PR: https://git.openjdk.org/jdk/pull/10744