×

注意!页面内容来自https://docs.oracle.com/en/graalvm/jdk/25/docs/overview/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Overview

Oracle GraalVM accelerates application performance while consuming fewer resources—improving application efficiency and reducing IT costs. It achieves this by compiling your Java application ahead of time into a native binary. The binary is smallerstarts up to 100x fasterprovides peak performance with no warmupand uses less memory and CPU than an application running on a Java Virtual Machine (JVM). With profile-guided optimization and the G1 (Garbage-First) garbage collectoryou can get lower latency and on-par or better peak performance and throughput compared to an application running on a JVM.

Key Benefits

Oracle GraalVM’s key benefits are: