22.08.0.0
22.08.0.0
Release date: August 30, 2022
This release 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.
-
ZVM-24576 - New feature, Allocation Pacing, to help protect against long allocation delays. When enabled, the virtual machine adds smooth delays to allocations as the heap usage approaches the maximum. This new feature helps prevent long allocation delays caused by memory exhaustion and helps the garbage collector keep up. To enable the feature, use -XX:+GPGCUseAllocationPacing, available in non-ZST mode only.
-
ZVM-24277 - Implemented StringUTF16.compress
Resolved Issues
| Issue ID | Description |
|---|---|
ZVM-24429 |
Using Xlog:safepoint could cause long pauses under I/O contention |
ZVM-24614 |
PrintCodeCacheMap could cause application crash at exit time. |
ZVM-24455 |
LockOpt::eliminateNestedLock could sometimes add an invalid/stale value to the deopt bundle which could potentially lead to crashes. |