Package
Description
This package contains annotations that configure the substitution mechanism of GraalVM Native Image.
The GraalVM SDK collections package contains memory efficient data structures.
The GraalVM SDK home API allows query home paths for the GraalVM, its languages and its tools.
The GraalVM SDK Native Image API allows to customize the native image generation, i.e., the ahead-of-time compilation of Java code to standalone executables.
This package and its sub-packages provide a fast and lightweight interface between Java code and C code.
This package provides parts of the Java / C interface that are related to C constants.
This package provides parts of the Java / C interface that are related to C functions.
This package provides parts of the Java / C interface that are related to C structures.
This package provides parts of the Java / C interface that are related to standard C pointer types, as well as utility functions to convert between Java types and C types.
The GraalVM SDK Native Image API allows to customize the native image generation, i.e., the ahead-of-time compilation of Java code to standalone executables: Features allow clients to intercept the native image generation and run custom initialization code at various stages. RuntimeClassInitialization is used to configure when classes are initialized. RuntimeReflection to register classes, methods, and fields for reflection at run time.
The GraalVM SDK options package contains reusable collection classes for options.
The GraalVM SDK polyglot API allows to embed Graal languages in Java applications.
Input/Output support for the GraalVM SDK polyglot API.
The management package provides tools that monitor and instrument the behavior of guest language programs.
The GraalVM SDK proxy interfaces allow to mimic guest language objects, arrays, executables, primitives and native objects in Graal languages.
This package provides a low-level mechanism to use machine-word-sized values in Java.