News

Oracle added the GraalVM Just-in-time (JIT) compiler as an experimental feature to Oracle JDK 23, its OpenJDK distribution, in September 2024. The GraalVM JIT compiler is faster than the standard ...
Azul has launched a cloud-native compiler, improving the time to peak performance for Java applications. By delegating JIT to an external system, applications can reach higher throughput, faster ...
Azul supplies a number of different high-performance Java compilers, including Zing and Zulu (there is an embedded version of the latter). Azul’s latest offering is an updated version of Zing ...
Are Java compiler (javac) and JIT one and the same thing? If you answered Yes, then read on. Long back I was asked this in an interview and (alas) I had replied in affirmative.
Java compilers take center stage in this second article in the JVM performance optimization series. Eva Andreasson introduces the different breeds of compiler and compares performance results from ...
G1 garbage collector improvement would also reduce the overhead of the JDK’s C2 optimizing compiler, benefiting cloud-based Java deployments.