jlink is a powerful command line tool for building custom Java runtimes. In this episode of Stack Walker, we look at the history behind the development of jlink and how it can be used to build a runtime optimized for your application.
-- Chapters --
0:00 Intro
3:00 Java Modules
5:27 Link Time
6:43 jlink
7:41 Why use jlink?
10:23 jdeps
12:03 Multi-release jars
13:27 jlink Plugins
15:50 package
16:19 Future
16:45 Conclusions
-- Resources --
JEP 200 ➱ https://openjdk.org/jeps/200
JEP 261 ➱ https://openjdk.org/jeps/261
JEP 282 ➱ https://openjdk.org/jeps/282
The jlink Command ➱ https://docs.oracle.com/en/java/javase/21/docs/specs/man/jlink.html
jlink tutorial ➱ https://dev.java/learn/jvm/tools/core/jlink/
Dev.java ➱ https://dev.java
Inside.java ➱ https://inside.java
Tags: #Java #Cloud #OpenJDK #JDK #JVM #InsideJava