Notice

Forum sign-up and posting have been fixed as of 4/17/25 524am MST. Please give the community a try!
Anyone with an account beforehand can reset their password to login.

Share

Ahead of time compilation proposed for the JVM

The Java Virtual Machine, renowned for the “write once, run anywhere” portability of Java programs, is being considered for ahead-of-time (AOT) compilation, which would enable faster startup and baseline execution of Java programs.

A recent OpenJDK draft proposal would enhance the JVM with the ability to load Java applications and libraries already compiled to native code. The proposal addresses performance issues that result from Java’s customizable, three-stage execution model, which involves many iterations of optimization and de-optimization. This dynamic process also means that code warmup can take a long time, causing performance issues in applications. These performance issues are sometimes critical and therefore unacceptable, the proposal states.

To read this article in full, please click here

Author: . [Source Link (*), InfoWorld]

Shop with us!

You may also like...

Leave a Reply