RFR: 8365400: Enhance JFR to emit file and module metadata for class loading [v9]

Markus Grönlund mgronlun at openjdk.org
Mon Dec 1 22:11:41 UTC 2025


> Greetings,
> 
> this enhancement adds a "source" field, label "Source" to the jdk.ClassDefine event.
> 
> To enable this functionality, JFR needs a concurrent symbol table. We can build a simpler version of a concurrent hash table, taking advantage of the JFR epoch system. This will be useful also for planned future enhancements.
> 
> Extensions are made to AOT to consistently report identical canonical paths for classes as non-AOT code paths.
> 
> Testing: jdk_jfr, manual AOT verification, stress testing
> 
> Thanks
> Markus

Markus Grönlund has updated the pull request incrementally with one additional commit since the last revision:

  Remove class definitions view in favor of jdk.ClassDefine event view

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/28505/files
  - new: https://git.openjdk.org/jdk/pull/28505/files/9782480e..6a3a8c16

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=28505&range=08
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=28505&range=07-08

  Stats: 8 lines in 1 file changed: 0 ins; 8 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/28505.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28505/head:pull/28505

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


More information about the hotspot-runtime-dev mailing list