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

Francesco Andreuzzi fandreuzzi at openjdk.org
Tue Jan 20 14:45:24 UTC 2026


I noticed that several javadoc entries in `jdk.jfr.internal.JVM` are still referencing `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()`.

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

Commit messages:
 - replace

Changes: https://git.openjdk.org/jdk/pull/29322/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29322&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8375717
  Stats: 6 lines in 1 file changed: 0 ins; 0 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/29322.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29322/head:pull/29322

PR: https://git.openjdk.org/jdk/pull/29322


More information about the hotspot-jfr-dev mailing list