The interval at which Multi-Tiering samples methods. Tune this to control the CPU cost of sampling.
26.08.1.0
26.08.1.0
Release date: September 8, 2026
This release is based on the Azul Zing Build of OpenJDK (Zing) 26.08.0.0 and corresponds to the following OpenJDK versions:
| Major Version | OpenJDK Version |
|---|---|
8 |
1.8.0_504-b2 |
11 |
11.0.32.1+1-LTS |
17 |
17.0.20.1+1-LTS |
21 |
21.0.12.1+1-LTS |
25 |
25.0.4.1+1-LTS |
What’s New
-
Three Multi-Tiering command-line options are now product options. Setting them no longer requires
-XX:+UnlockExperimentalVMOptions.Command-Line Option Description Default -XX:MultiTieringSamplingIntervalMS=<value in milliseconds>60000
-XX:MultiTieringSamplingStartDelayMS=<value in milliseconds>The delay before Multi-Tiering starts sampling. Increase this to skip the early startup window.
0
-XX:FalconMidTierOptimizationLevel=<level>The Falcon optimization level used for mid-tier compilation, trading mid-tier compile cost against code quality.
0
Multi-Tiering remains disabled by default. Enable it with
-XX:+UseMultiTiering. See Using Multiple Compiler Tiers.