Memory Allocation Pacing in Azul Zulu Prime builds of OpenJDK
Allocation Pacing (AP) is a technique within the JVM of Azul Zulu Prime builds of OpenJDK to prevent long memory allocation delays.

Allocation Pacing (AP) is a technique within the JVM of Azul Zulu Prime builds of OpenJDK to prevent long memory allocation delays.

Check out this overview of the functionality of the Garbage Collector and the things a developer should know.

Ever wanted to profile your application directly from your IDE? Here comes the Java JFR Profiler plugin, an open-source plugin for IntelliJ!

An initial goal of Java was to “write once, run anywhere”, but does that mean we should not be sympathetic to the hardware?

CRaC is an OpenJDK project developed by Azul to solve the problem of "slow" startup times of the JVM in a microservice environment.

An introduction into GetStackTrace, AsyncGetCallTrace, and the history and specification of AsyncGetStackTrace.

Kafka benchmarks aim to discuss low latency characteristics of Kafka. Instead, they appear to be configured for throughput rather than low …

How do profilers like async-profiler work? How to write your own? This is the second part, covering wall-clock profiling.

Learn why when you use hyper-optimized Java runtimes instead of vanilla OpenJDK you do less tuning and debugging!

About 400x more instances can be run on the same hardware with Chronicle Queue for specific latency-sensitive EDA applications.