RedHat Mandel Makes Java Native

栏目: IT技术 · 发布时间: 5年前

RedHat has introduced a new Java distribution, Mandrel , that compiles Java applications directly to native machine code for faster startup with lower memory.

Based on Oracle’s GraalVM , Mandrel offers an additional community-supported build with minor differences. RedHat's senior director of engineering, Mark Little, explains, "Mandrel can best be described as a distribution of a regular OpenJDK with a specially packaged GraalVM native image." The primary driver behind RedHat’s introduction of Mandrel is to drive speed and efficiency of the Quarkus framework, with its "supersonic subatomic Java." Quarkus is a framework offering both local development with rapid reload as well as containerized or serverless distribution to cloud providers. Since its first introduction in 2019, Quarkus has emphasized the ability to build native executables that start faster and decrease cloud operational cost & resources.

The head of GraalVM, Thomas Wuerthinger, responded to the release of Mandrel , stating, "Thank you @maxandersen and colleagues for active participation in the @graalvmcommunity!"

Andres Dinn explained the role of GraalVM and Mandrel in episode 7 of the Quarkus Insights video series. The video explains usage as well as various technical details with questions such as the difference between just-in-time compilation and ahead-of-time compilation. Dinn explains the benefits and drawbacks of each and where they are best suited.

Mandrel’s GitHub repository represents a fork of GraalVM but does not yet offer binary distribution. Instead, users compile the JDK themselves by following the provided instructions.

On performance benchmarks, GraalVM boasts a 50x faster startup time and 5x smaller memory usage . Tests were completed using a previous version of the Quarkus framework against Java’s HotSpot mode. While this improvement requires additional ahead-of-time compilation time, it slots for usage alongside Quarkus’ native Lambda and Azure Functions deployment.

Additional tips & tricks are available through James Ward, who has benchmarked several frameworks in native-compiled form . Ward covers the performance improvement benefits as well as some gotchas, such as applications that rely on reflection. "It creates a problem for GraalVM native images because reflection happens at runtime, making it hard for an AOT compiler to figure out the execution paths." For applications that do not need reflection, Quarkus’ home page aims directly at the benefit: 12MB of RAM compared to 73MB (an 83% decrease) and .016 seconds to first response compared to .943 (a 98% decrease).

Developers may use Mandrel now with their own build, or can leverage GraalVM Community or any JDK 11+ distribution. Interested developers can also use these to compete in the Quarkus hackathon .


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

文明之光

文明之光

吴军 / 人民邮电出版社 / 2014-12 / 177元

吴军博士从对人类文明产生了重大影响却在过去被忽略的历史故事里,选择了有意思的几十个片段特写,以人文和科技、经济结合的视角,有机地展现了一幅人类文明发展的宏大画卷。 《文明之光》系列大致按照从地球诞生到近现代的顺序讲述了人类文明进程的各个阶段,每个章节相对独立,全景式地展现了人类文明发展历程中的多样性。《文明之光》系列首册讲述从人类文明开始到近代大航海这一历史阶段,共八个专题。第二册讲述了从近......一起来看看 《文明之光》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码