23.12.0.0
23.12.0.0
Release date: December 15, 2023
This release is based on Azul Prime 23.10.0.0 and corresponds to the following OpenJDK versions:
| Major Version | OpenJDK Version |
|---|---|
8 |
1.8.0_392-b3 |
11 |
11.0.21+8-LTS |
17 |
17.0.9+8-LTS |
21 |
21.0.1+11-MTS |
What’s New
-
Azul Prime 23.12.0.0 includes several performance fixes including improvements to handling of arrays such as ArraysFill and ArrayCopy.
-
More concise logging of the Compilation Ranking feature has been implemented in order to better asses the behavior and impact of this feature. This applies to Falcon compilations only. Newly collected data has been added to the pre-existing charts in GC Log Analyzer, Compiler Statistics > Compiler Queues and Compiler Statistic > Tier 2 Compiler Counts. Newly collected and viewable data includes the following:
-
The total number of hot and warm methods which have made it to the compile queue, split from the total number of methods.
-
The total number of hot and warm methods which have begun compilation, split from the total number of methods.
-
The total number of methods which were not promoted to the compiler queue due to being identified as cold methods. These are methods which have reached the compile threshold, but not quickly enough to be considered warm or hot methods.
-