jlink is a tool used in Java 9 or higher to assemble and optimize a set of modules and their dependencies into a custom runtime image. The tag can be used along with java9 or above tag mostly.
The several options used by the tool are documented here.. Its primary syntax is as follows:
jlink [options] --module-path modulepath --add-modules mods --output path