Update graalnaative.md

This commit is contained in:
bmsuseluda
2021-06-29 09:51:08 +02:00
committed by GitHub
parent ac9040e814
commit 3bff8a4c6a

View File

@@ -7,7 +7,7 @@ quadrant: tools
Graal Native Image Graal Native Image
Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image. In the process Native Image is a technology to ahead-of-time compile Java code to a standalone executable, called a native image. In the process
of building a native image all library dependencies, including those from the JDK will be packed the native image. of building a native image all library dependencies, including those from the JDK will be packed in the native image.
The application created as a native image can be run without a JDK. The natively compiled applications require generally The application created as a native image can be run without a JDK. The natively compiled applications require generally
less memory and have shorter start up times. less memory and have shorter start up times.