8294618: Update openjdk.java.net => openjdk.org

Reviewed-by: mikael, iris, joehw, prr, ihse
This commit is contained in:
Joe Darcy 2022-10-05 16:48:09 +00:00
parent f531dae4a0
commit 536c9a512e
45 changed files with 128 additions and 128 deletions

View file

@ -568,7 +568,7 @@ public class Object {
* @deprecated Finalization is deprecated and subject to removal in a future
* release. The use of finalization can lead to problems with security,
* performance, and reliability.
* See <a href="https://openjdk.java.net/jeps/421">JEP 421</a> for
* See <a href="https://openjdk.org/jeps/421">JEP 421</a> for
* discussion and alternatives.
* <p>
* Subclasses that override {@code finalize} to perform cleanup should use