On Wed, 12 Oct 2022 09:08:55 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> In [JDK-8294618](https://bugs.openjdk.org/browse/JDK-8294618), many of the > old references to openjdk.java.net was updated. > > The test code was intentionally left out of that change, but some other > instances were missed, though. > > This patch will fix those misses (but will still leave test code changes to a > separate fix). src/java.base/share/man/java.1 line 4394: > 4392: .PP > 4393: See \f[B]CodeHeap State Analytics (OpenJDK)\f[R] > 4394: > [https://bugs.openjdk.org/secure/attachment/75649/JVM_CodeHeap_StateAnalytics_V2.pdf] A reflection is that this does not seem like a good permanent URL to refer to in our specifications; but I'll leave that to someone else to fix. ------------- PR: https://git.openjdk.org/jdk/pull/10670