Top Description Packages
OpenJDK 1.23

Module jdk.jlink

Requires
java.base, jdk.internal.opt, jdk.jdeps
Annotations
@ParticipatesInPreview
Imports
jdk.internal.javac.ParticipatesInPreview

Defines the jlink tool for creating run-time images, the jmod tool for creating and manipulating JMOD files, and the jimage tool for inspecting the JDK implementation-specific container file for classes and resources.

This module provides the equivalent of command-line access to the jlink and jmod tools via the ToolProvider SPI. Instances of the tools can be obtained by calling ToolProvider.findFirst or the service loader with the name "jlink" or "jmod" as appropriate.

jimage only exists as a command-line tool, and does not provide any direct API.

Since
9
Provided Services
Plugin:AddOptionsPlugin, CDSPlugin, DefaultCompressPlugin, DefaultStripDebugPlugin, ExcludeFilesPlugin, ExcludeJmodSectionPlugin, ExcludePlugin, ExcludeVMPlugin, GenerateJLIClassesPlugin, IncludeLocalesPlugin, LegalNoticeFilePlugin, OrderResourcesPlugin, ReleaseInfoPlugin, SaveJlinkArgfilesPlugin, StripJavaDebugAttributesPlugin, StripNativeCommandsPlugin, StripNativeDebugSymbolsPlugin, SystemModulesPlugin, VendorBugURLPlugin, VendorVersionPlugin, VendorVMBugURLPlugin
ToolProvider:Main.JlinkToolProvider, Main.JmodToolProvider
Used Services
Plugin

Package Summary

Modifier and TypePackage and Description
internal package
internal package
internal package
internal package
internal package
internal package
internal package
internal package
internal package