8212880: Cannot access ftp: site for fdlibm.tar

Reviewed-by: jjg, lancea, bpb
This commit is contained in:
Joe Darcy 2018-10-24 15:45:09 -07:00
parent 4904980886
commit 566bfeb438

View file

@ -40,7 +40,7 @@ import jdk.internal.HotSpotIntrinsicCandidate;
* algorithms are available from the well-known network library
* {@code netlib} as the package "Freely Distributable Math
* Library," <a
* href="ftp://ftp.netlib.org/fdlibm.tar">{@code fdlibm}</a>. These
* href="https://www.netlib.org/fdlibm/">{@code fdlibm}</a>. These
* algorithms, which are written in the C programming language, are
* then to be understood as executed with all floating-point
* operations following the rules of Java floating-point arithmetic.