Top Description Packages
graal-sdk 23.1.1

Module nativeimage

Automatic module of nativeimage 23.1.1.

Dependencies
word, java.base, jdk.unsupported
Maven Central
Group ID:org.graalvm.sdk
Artifacts:nativeimage

Nativeimage

A framework that allows to customize native image generation.
Version
23.1.1
Release Date
2023-10-19
Developers
GraalVM Development

Package Summary

Modifier and TypePackage and Description
open package
com.oracle.svm.core.annotate

This package contains annotations that configure the substitution mechanism of GraalVM Native Image.

open package
org.graalvm.nativeimage

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.

open package
org.graalvm.nativeimage.c

This package and its sub-packages provide a fast and lightweight interface between Java code and C code.

open package
org.graalvm.nativeimage.c.constant

This package provides parts of the Java / C interface that are related to C constants.

open package
org.graalvm.nativeimage.c.function

This package provides parts of the Java / C interface that are related to C functions.

open package
org.graalvm.nativeimage.c.struct

This package provides parts of the Java / C interface that are related to C structures.

open package
org.graalvm.nativeimage.c.type

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.

open package
org.graalvm.nativeimage.hosted

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:

open package
open package