Version
      
      - GraalVM 25 (Latest)
 - GraalVM for JDK 21
 - GraalVM for JDK 17
 - Archives
 - Dev Build
 
- Getting Started with Native Image
 - Guides
 - Native Image Basics
 - Build Overview
 - Reachability Metadata
 - Optimizations and Performance
 - Debugging and Diagnostics
 - Debug Info Feature
 - Inspection Tool
 - JDK Flight Recorder
 - Points-to Analysis Reports
 - Dynamic Features
 - Interoperability with Native Code
 - Workshops and Labs
 
Debugging and Diagnostics
Native Image provides utilities for debugging and inspecting the produced binary:
- For debugging produced binaries and obtaining performance profile statistics, see Debug Information
 - For generating heap dumps, see Heap Dump Support
 - For JFR events recording, see JDK Flight Recorder (JFR)
 - For checking which methods were included in a native executable or a shared library, use the Inspection Tool
 - For an overview of static analysis results, see Static Analysis Reports