RFR: 8375717: Outdated link in jdk.jfr.internal.JVM javadoc

Erik Gahlin egahlin at openjdk.org
Tue Jan 20 15:50:34 UTC 2026


On Tue, 20 Jan 2026 14:37:11 GMT, Francesco Andreuzzi <fandreuzzi at openjdk.org> wrote:

> I noticed that several javadoc entries in `jdk.jfr.internal.JVM` reference `createNativeJFR`, which has been removed as part of [JDK-8310661](https://bugs.openjdk.org/browse/JDK-8310661). I propose to replace it with `JVMSupport#createJFR()`.

Curious, any particular reason for fixing this? Is it to get rid of all the warnings? The JVM class is internal, and its Javadoc is intended only for HotSpot developers, so it's not important.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/29322#issuecomment-3773552812


More information about the hotspot-jfr-dev mailing list