8295470: Update openjdk.java.net => openjdk.org URLs in test code

Reviewed-by: michaelm, prr, darcy
This commit is contained in:
Magnus Ihse Bursie 2022-10-20 10:33:18 +00:00
parent 9d0cfd1130
commit d5a1521fde
45 changed files with 138 additions and 92 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -59,7 +59,7 @@ public class MethodReferenceGenericTarget {
}
}
// snippet from https://bugs.openjdk.java.net/browse/JDK-8065303
// snippet from https://bugs.openjdk.org/browse/JDK-8065303
class MethodReferenceTestPrivateTypeConversion {
class MethodReferenceTestTypeConversion_E<T> {