22.09.0.0
22.09.0.0
Release date: September 30, 2022
This release is based on Azul Prime 22.08.0.0 and corresponds to the following OpenJDK versions:
| Major Version | OpenJDK Version |
|---|---|
8 |
8u345 |
11 |
11.0.16.1+1 |
13 |
13.0.12+4 |
15 |
15.0.8+4 |
17 |
17.0.4.1+1 |
What’s New
-
Internal bug fixes.
-
Improved accuracy of RSS metric reported in GC log (C heap usage). With this improvement, the reported memory usage in GC log will give more accurate results.
-
The Allocation Pacing feature is turned on by default in non-ZST mode. This will help reduce peak allocation delays while introducing smaller delays into allocation paths as heap usage approaches the total Java heap committed. To turn off the feature use
-XX:-GPGCUseAllocationPacing.