Frame 14264

Welcome to Azul Tutorials

Become an expert on the Azul ecosystem! View video courses to learn Core and Prime basics, advanced concepts, setup and use cases, and everything in between.

Migrating Applications to Core

Simon Ritter
21 mins
Azul’s Core is a drop-in replacement for existing JDK installations. This short tutorial demonstrates how quick and easy it is to migrate JVM-based applications to use Zulu builds of OpenJDK.

Cloud Native Compiler

Simon Ritter
12 mins
Developing Java applications to use a microservice architecture and deploying them to the cloud is both flexible and cost-effective. The drawback to having many different JVMs running services is that...

Why is Prime Different?

Simon Ritter
10 mins
Azul’s Prime is based on OpenJDK but uses a modified JVM to deliver lower latency and higher throughput. This video will explain what changes have been made to improve the performance of the garbage...

Installation of Core

Simon Ritter
13 mins
Azul’s Core is a drop-in replacement for existing JDK installations. This short tutorial will show how easy it is to install Azul’s Zulu builds of OpenJDK and switch applications to use the new JD...

Understanding Core

Simon Ritter
11 mins
Azul’s Core provides supported Zulu builds of OpenJDK. This video explains how Core delivers a fully supported alternative to other JDKs. It also explains what the TCK is, how it’s used to verify ...

Understanding JVM Latency with jHiccup

Kevin West
15 mins
Latency is how long an application takes to respond to a request. For Java applications, latency can be because of the application’s performance or how the JVM delivers a managed runtime environment...

Garbage Collection Log Analyzer

Kevin West
9 mins
Garbage collection (GC) in Java is notoriously difficult to analyse and understand to determine if different settings are required for an application. This tutorial looks at the GC Log Analyzer from A...

Running Prime

Kevin West
7 mins
Azul’s Prime is a drop-in replacement for other TCK-tested Java runtimes. This short tutorial will demonstrate how easy it is to use Prime without changing any code or recompiling your applications.

Installation of Prime

Kevin West
5 mins
Azul’s Prime is a Java runtime that uses an enhanced Java Virtual Machine to deliver lower latency and higher throughput. This short tutorial walks you through the simple process of installing Prime...