Visit Azul.com Support

25.02.200.0

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

25.02.200.0

Release Notes PDF

Release date: May 29, 2025

This PSU release is based on the Azul Zing Build of OpenJDK (Zing) 25.02.102.0 and corresponds to the following OpenJDK versions:

Major Version OpenJDK Version

8

1.8.0_452-b9

11

11.0.27+6-LTS

17

17.0.15+6-LTS

21

21.0.7+6-LTS

What’s New

  • Zing 25.02.200.0 implements an additional parameter to the Xlog command line option when you are using unified logging, savecount. You can use this parameter to preserve the starting logs during log rotation, for example:

    -Xlog:gc:gc.log::filecount=5,filesize=20M,savecount=1

    Note that this parameter only works with unified logging. If you have unified logging disabled, you can still achieve the same result using the command line option -XX:StartupGCLogSaveCount=<number of save counts>.

  • Zing 25.02.200.0 includes a New flag, -XX:+AvoidInterruptsDuringHeapFunding, which switches Java heap funding to use system calls that do not get interrupted by signals. This option is disabled by default.

  • April 2025 PSU release security fixes.

CVE fixes
CVE # Component Protocol Remote Exploit w/o Auth. Base Score Attack Vector Attack Complex Privileges Req’d User Interact Scope Confiden-tiality Integrity Availability Versions Affected Notes

CVE-2025-21587

JSSE

Multiple

Yes

7.4

Network

High

None

None

Unchanged

High

High

None

21, 17, 11, 8

Note 2

CVE-2025-30698

2D

Multiple

Yes

5.6

Network

High

None

None

Unchanged

Low

Low

Low

21, 17, 11, 8

Note 1

CVE-2025-23083 This CVE is not applicable to Azul Zing Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE.

Node (Node.js)

None

No

7.7

Local

Low

None

None

Unchanged

High

High

None

None

CVE-2024-47606 This CVE is not applicable to Azul Zing Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE.

JavaFX (gstreamer)

Multiple

Yes

7.5

Network

High

None

Required

Unchanged

High

High

High

None

Note 1

CVE-2024-54534 This CVE is not applicable to Azul Zing Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE.

JavaFX (WebKitGTK)

Multiple

Yes

7.5

Network

High

None

Required

Unchanged

High

High

High

None

Note 1

CVE-2025-30691 This CVE is not applicable to Azul Zing Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE.

Compiler

Multiple

Yes

4.8

Network

High

None

None

Unchanged

Low

Low

None

None

Note 1

Notes:

ID Notes

1

This vulnerability applies to Java deployments, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security. This vulnerability does not apply to Java deployments, typically in servers, that load and run only trusted code (e.g., code installed by an administrator).

2

This vulnerability can be exploited by using APIs in the specified Component, e.g., through a web service which supplies data to the APIs. This vulnerability also applies to Java deployments, that load and run untrusted code (e.g., code that comes from the internet) and rely on the Java sandbox for security.

Additional CVEs addressed are:

  • The patch for CVE-2024-54534 also addresses CVE-2024-27856, CVE-2024-40866, CVE-2024-44185, CVE-2024-44187, CVE-2024-44244, CVE-2024-44296, CVE-2024-44308, CVE-2024-44309, CVE-2024-54479, CVE-2024-54502, CVE-2024-54505, CVE-2024-54508, CVE-2024-54543, CVE-2025-24143, CVE-2025-24150, CVE-2025-24158, and CVE-2025-24162.

  • The patch for CVE-2024-47606 also addresses CVE-2024-47544, CVE-2024-47545, CVE-2024-47546, CVE-2024-47596, CVE-2024-47597, CVE-2024-47775, CVE-2024-47776, CVE-2024-47777, and CVE-2024-47778.

For more information about CVE and non-CVE security fixes in this release, refer to Common Vulnerabilities and Exposures Fixes for April 2025

Known Issues

  • There are no new issues to report in this release.

Resolved Issues

Issue ID Description

ZVM-34755

Memory funding for java heap fails when interrupted by SIGSTOP signal

ZVM-32263

Unable to use Transparent Huge Pages (THP) for Java heap when -XX:+UseLargePages is specified on the command line.