Skip to content

Conversation

@graalvmbot
Copy link
Collaborator

This PR provides an infrastructure for generating reports for the Native Image IDE Plugin. To enable the reports, run the build with -H:+IDEReport, which generates a native_image_ide_report_<TIMESTAMP>.json file in ./ide-reports directory. This report can be loaded into the Native Image IntelliJ Plugin by using Tools/Load Native Image build-time reports. To reduce the scope of the reports, use -H:IDEReportFiltered=PATTERN_LIST, where PATTERN_LIST is a comma-separated list of prefixes for fully qualified class names of classes that should be included in the report (see jdk.graal.compiler.ide.ClassFilter).

Main entry points for code review:

  • jdk.graal.compiler.ide.IDEReport
  • com.oracle.graal.pointsto.ide.AnalysisIDEReporting
  • com.oracle.svm.hosted.ide.IDEReportingFeature

Main Author: Valentin Aebi <[email protected]>
Co-authored-by: Tom Shull <[email protected]>
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants