Java 9:Building Robust Modular Applications
上QQ阅读APP看书,第一时间看更新

Advanced look at the Java Linker

Prior to the Java Linker tool, jlink, introduced in Java 9, runtime image creation included copying the entire JRE. Then, unused components are removed. Simply put, jlink facilitates the creation of runtime images with only the required modules. jlink is used by the Java Packager to generate an embedded runtime image.