Potential regression in compilation behaviors and times from 23.02.400 to 23.08.01
23.08.101.0
23.08.101.0
Release date: November 2, 2023
This release is based on Azul Prime 23.08.100.0 and corresponds to the following OpenJDK versions:
| Major Version | OpenJDK Version |
|---|---|
8 |
1.8.0_391-b01 |
11 |
11.0.20.1.101+1-LTS |
17 |
17.0.8.1.101+1-LTS |
What’s New
-
Internal bug fixes.
-
The starting point of the time period specified by the option CompilerWarmupPeriodSeconds has been updated. Previously, this time period began at the execution of the Main method. But, since pre-Main can have unexpectedly long initializations, the ending point of this time period could become unpredictable. The starting point of this time period has been changed to JVM startup in order to include pre-Main, giving much better predictability of when this time period ends.