GraalVM Native Image Support
GraalVM Native Images 是独立的可执行文件,可以通过预先处理编译后的 Java 应用程序而生成。Native Images 通常具有较小的内存占用,并且比其 JVM 对应的文件启动得更快。
GraalVM Native Images are standalone executables that can be generated by processing compiled Java applications ahead-of-time. Native Images generally have a smaller memory footprint and start faster than their JVM counterparts.