zulu-sa-ubuntu
July 2025 Quarterly Update Release Notes
Release Details
This release is the July 2025 quarterly update release for Azul Zulu Builds of OpenJDK version 24, 21, 17, 11, 8, 7, and 6.
The following table describes which Azul Zulu versions are published with this release.
Azul Zulu Version (*) |
Update Type (**) |
JDK VersionThe JDK version that is used in this release of Azul Zulu. |
Based onThe previous version of Azul Zulu that was used as the basis for the current version. |
JavaFX VersionThe version of JavaFX that is included in this release of Azul Zulu. JavaFX is available in the bandles with the |
|
---|---|---|---|---|---|
Azul Zulu Version |
JDK Version |
||||
24.32.13 (CA) |
PSU |
24.0.2+12 |
24.30 |
24.0.1+9 |
24.0.2+101 |
21.43.16 (SA) |
CPU |
21.0.7.0.101+1 |
21.42 |
21.0.7+6 |
23.0.3.0.101+100 |
21.44.17 (CA) |
PSU |
21.0.8+9 |
21.43 |
21.0.7.0.101+1 |
23.0.4+101 |
17.59.16 (SA) |
CPU |
17.0.15.0.101+1 |
17.58 |
17.0.15+6 |
22.0.5.0.101+100 |
17.60.17 (CA) |
PSU |
17.0.16+8 |
17.59 |
17.0.15.0.101+1 |
22.0.6+100 |
11.81.14 (SA) |
CPU |
11.0.27.0.101+1 |
11.80 |
11.0.27+6 |
19.0.11.0.101+100 |
11.82.19 (CA) |
PSU |
11.0.28+6 |
11.81 |
11.0.27.0.101+1 |
19.0.12+100 |
8.87.0.14 (SA) |
CPU |
8u461-b01 |
8.86 |
8u452-b09 |
8u461-b01 |
8.88.0.19 (CA) |
PSU |
8u462-b08 |
8.87 |
8u461-b01 |
8u462-b01 |
7.79.0.12 (SA) |
CPU |
7u471-b01 |
7.77 |
7u461-b01 |
N/A |
6.73.0.16 (SA) |
CPU |
6b173 |
6.71 |
6b171 |
N/A |
(*) Azul provides two types of distribution packages for each Java version:
-
Subscriber Availability (SA) distributions are tested, certified, and commercially supported Azul Zulu Builds of OpenJDK. Azul ensures that the software that uses the Accessible APIs of the product doesn’t have to include specific licenses and that such a use doesn’t contaminate the code or intellectual property of such software with any license requirements. SA builds may support configurations and features that are unavailable to free users.
-
Community Availability (CA) distributions are Azul Zulu Builds of OpenJDK that are free to download and use.
Note
|
Both SA and CA distributions may contain Early Access builds noted with -ea- in their filename. Early Access builds may not be TCK certified.
|
(**) Update type:
-
CPU (Critical Patch Updates) contain fixes to security vulnerabilities and critical bug fixes. Azul Zulu CPU releases are generally based on prior-cycle PSU releases, with only security fixes applied. They provide a low-risk vehicle for the potentially urgent deployment of security fixes when issues of sufficient severity arise. CPU releases are available in SA distributions.
-
PSU (Patch Set Updates) incorporates all fixes in the corresponding CPU, as well as additional non-security bug fixes. Azul Zulu PSU releases incorporate both security fixes and other changes that align the release contents with the associated OpenJDK project quarterly release. PSU releases are available in SA and CA distributions.
What’s New
Using Zulu in Containers
Zulu SA Container Image Registry
Azul now provides Docker images with SA and CPU builds of Zulu that are secure and up-to-date. By tracking changes in the JDK, like updates of toolchains or libraries, we can fix incompatibilities with specific OS versions and ensure the quality of the container and Zulu.
Instructions on how to use these SA images are available here.
Distribution |
8 |
11 |
17 |
21 |
24 |
---|---|---|---|---|---|
8 |
11 |
17 |
21 |
24 |
|
zulu-sa-alpine |
8 |
11 |
17 |
21 |
24 |
zulu-sa-debian |
8 |
11 |
17 |
21 |
24 |
zulu-sa-distroless |
8 |
11 |
17 |
21 |
24 |
zulu-sa-rockylinux Linux |
8 |
11 |
17 |
21 |
24 |
Zulu Images Based on Chainguard’s Wolfi OS
Azul partners with Chainguard to provide Zulu container images based on Chainguard’s Wolfi OS, the first community Linux (un)distribution declaratively built for creating a secure base layer for containers. Chainguard Containers are minimal container images that are secure by default.
Instructions on how to use Chainguard containers are available here.
New Zulu Distributions
Zulu 8 for ARM 32-bit with a 64-bit time_t Structure
A new build configuration of Zulu 8 is available which fixes the error /usr/lib/aarch32/jli/libjli.so uses 32-bit api 'gettimeofday'
on Linux ARM 32-bit systems. This distribution, only available as JRE, can be recognized by the file name that includes -time64-
.
Fix for ARM Cortex-A53
This update release fixes a bug where Java applications could not start, with different error messages, on systems with an ARM Cortex-A53 processor. Such processor is used, for example, in the Raspberry Pi 3 and Zero 2. The VectorizedHashCode intrinsic was implemented with assumptions about ARM64 processors that don’t hold true for the Cortex-A53 specifically. The Cortex-A53 has different micro-architectural characteristics compared to other ARM64 processors, and the vectorized hash code implementation didn’t account for these differences.
Changes in Coordinated Restore at Checkpoint
Coordinated Restore at Checkpoint (CRaC) is a JDK project that allows you to start Java programs with a shorter time to first transaction, combined with less time and resources to achieve full code speed.
Changes in CRaC Command-Line Options
In this release of Zulu, multiple old CRaC engine options have been deprecated (e.g. CRaCKeepRunning
, CRaCImageCompression
,…) and are now incorporated into CRaCEngineOptions
. Check the Deprecated CRaC Command-Line Options for more info.
NUMA Support Disabled in Warp Engine
Support for NUMA (Non-Uniform Memory Access) aware restore is now disabled by default in the Warp engine to enable faster restores. To enable NUMA support, add numa=true
to the CRaCEngineOptions
for both checkpoint and restore.
Notification of Changes
The following configuration changes are applied. That doesn’t mean Azul doesn’t accept support requests for Zulu on these platforms, you are still fully covered even if you keep using them. However, it means that testing on these platforms gets reduced. If you’re still using this platform, please let us know at [email protected].
Supported Platforms
This section provides information about the operating systems that are supported in this release of Azul Zulu.
Azul Zulu Builds of OpenJDK Without and With OpenJFX
Some versions of Azul Zulu are available in different packages for specific platforms, as indicated in this overview table with:
-
: Build of OpenJDK without OpenJFX.
-
: Build of OpenJDK without and with OpenJFX.
Note
|
The list of supported configurations and platform includes, but is not limited to, the table below. Don’t hesitate to contact Support if you have issues with Azul Zulu Builds of OpenJDK on any other platform or configuration. |
Operating System |
Azul Zulu Version |
||||||
---|---|---|---|---|---|---|---|
6 |
7 |
8 |
11 |
17 |
21 |
24 |
|
Windows Server 2025 |
|
|
|||||
Windows Server 2022 |
|
|
|||||
Windows Server 2019 |
|
|
|||||
Windows Server 2016 |
|
|
|||||
Windows 11 |
|
|
|||||
Windows 10 |
|
|
|||||
Windows (ARM 64-bit) |
|||||||
Windows 11 |
n/a |
n/a |
n/a |
n/a |
n/a |
||
Linux (x86 32/64-bit) |
|||||||
RHEL 9.x |
|
|
|||||
RHEL 8.x |
|
|
|||||
RHEL 6.x and 7.x |
n/a |
n/a |
n/a |
n/a |
|||
SLES 15 |
|
|
|||||
SLES 12 |
|
|
|||||
CentOS Stream |
|
|
|||||
Ubuntu 24.04 |
|
|
|||||
Ubuntu 22.04 |
|
|
|||||
Ubuntu 20.04 |
|
|
|||||
Ubuntu 18.04 |
|
|
|||||
Debian 12 |
|
|
|||||
Debian 11 |
|
|
|||||
Wind River 8.x |
n/a |
n/a |
n/a |
n/a |
n/a |
||
CoreOS |
n/a |
n/a |
n/a |
||||
Alpine Linux 3.11 or later [2]Alpine Linux 3.17 or later for Java 24 |
n/a |
n/a |
|
||||
Wolfi Linux |
n/a |
n/a |
n/a |
n/a |
n/a |
n/a |
|
Amazon Linux 2023 |
n/a |
n/a |
|
||||
Linux (ARM 64-bit) |
|||||||
Ubuntu 24.04 |
n/a |
n/a |
|||||
Ubuntu 22.04 |
n/a |
n/a |
|||||
Ubuntu 20.04 |
n/a |
n/a |
|||||
Ubuntu 18.04 |
n/a |
n/a |
|||||
Debian 12 |
n/a |
n/a |
|||||
Debian 11 |
n/a |
n/a |
|||||
Alpine Linux 3.11 or later [2]Alpine Linux 3.17 or later for Java 24 |
n/a |
n/a |
|
||||
Wolfi Linux |
n/a |
n/a |
n/a |
n/a |
n/a |
n/a |
|
Amazon Linux 2023 |
n/a |
n/a |
|||||
Linux with kernel 3.10.x and glibc 2.23
[3]Bundles with the Checkpoint/Restore (with the |
n/a |
n/a |
n/a |
n/a |
n/a |
||
Linux (ARM 32-bit Hard-Float) |
|||||||
Ubuntu 18.04 [5]Bundles with the C1 compiler were tested on ARMv6/ARMv7/ARMv8 hardware. Bundles with both C1 and C2 compilers were tested on ARMv7/ARMv8 hardware. |
n/a |
n/a |
n/a |
n/a |
|||
Raspbian 10 Buster [5]Bundles with the C1 compiler were tested on ARMv6/ARMv7/ARMv8 hardware. Bundles with both C1 and C2 compilers were tested on ARMv7/ARMv8 hardware. |
n/a |
n/a |
n/a |
n/a |
|||
Raspbian 9 Stretch [5]Bundles with the C1 compiler were tested on ARMv6/ARMv7/ARMv8 hardware. Bundles with both C1 and C2 compilers were tested on ARMv7/ARMv8 hardware. |
n/a |
n/a |
n/a |
n/a |
n/a |
||
Linux with kernel 3.10.x and glibc 2.9
[5]Bundles with the C1 compiler were tested on ARMv6/ARMv7/ARMv8 hardware. Bundles with both C1 and C2 compilers were tested on ARMv7/ARMv8 hardware.
[6]Bundles with the CRaM (with the |
n/a |
n/a |
n/a |
n/a |
n/a |
||
Linux (ARM 32-bit Soft-Float) [7]Bundles with the C1 compiler use FPU, if it is present and available, to speed up floating point operations. Bundles with both C1 and C2 compilers require FPU. |
|||||||
Linux with kernel 2.6.34 and glibc 2.5 [8]Bundles with the C1 compiler. Tested on ARMv5 hardware. |
n/a |
n/a |
n/a |
n/a |
n/a |
||
Debian 7 Wheezy [9]Bundles with the C1 compiler were tested on ARMv6 and ARMv7 hardware. Bundles with both C1 and C2 compilers were tested on ARMv7 hardware. |
n/a |
n/a |
n/a |
n/a |
n/a |
||
Linux with kernel 3.10.x and glibc 2.9 [9]Bundles with the C1 compiler were tested on ARMv6 and ARMv7 hardware. Bundles with both C1 and C2 compilers were tested on ARMv7 hardware. |
n/a |
n/a |
n/a |
n/a |
n/a |
||
Linux (MIPS 32-bit) [10]MIPS32r2 ISA, Big Endian, FPU in 32-bit mode or equivalent emulation. |
|||||||
Linux with kernel 4.9.59 and glibc 2.9 [11]Linux soft-float O32 MIPS ABI |
n/a |
n/a |
n/a |
n/a |
n/a |
n/a |
|
Linux (ppc64 Big Endian) |
|||||||
Linux with kernel 3.8.13 and glibc 2.22 [12]Bundles for this platform were tested on QorIQ® T4240-RDB. |
n/a |
n/a |
n/a |
n/a |
n/a |
n/a |
|
Linux (ppc32 Hard-float and SPE) |
|||||||
Linux with kernel 3.12.37 and glibc 2.20 [13]Hard-Float EABI bundles were tested on QorIQ® T1024RDB. SPE ABI bundles were tested on NXP® P2020RDB. |
n/a |
n/a |
n/a |
n/a |
n/a |
n/a |
|
QNX |
|||||||
QNX 7.0 ARMv7 32-bit Hard-Float ABI |
n/a |
n/a |
n/a |
n/a |
n/a |
n/a |
|
QNX 7.1 ARMv8 32-bit Hard-Float ABI |
n/a |
n/a |
n/a |
n/a |
n/a |
n/a |
|
macOS 13+ |
n/a |
||||||
MacOS (Apple Silicon) |
|||||||
macOS 13+ |
n/a |
n/a |
|||||
Solaris (x86 and Sparc) |
|||||||
Solaris 11 |
n/a |
n/a |
n/a |
n/a |
|||
Solaris 10 |
n/a |
n/a |
n/a |
n/a |
n/a |
Azul Zulu Builds of OpenJDK With CRaC
Note
|
Currently, CRaC is only available for the specified Linux systems, in the versions listed below of Azul Zulu Builds of OpenJDK. For development, you can use the CRaC Java library on any platform and simulate the CRaC functionality. |
-
: Build of OpenJDK with full CRaC support and the Warp engine. Currently available on Linux on
x86_64
andARM 64-bit
(usingGLIBC
), and as preview (EA) for Alpine Linux. -
: Build of OpenJDK with CRaC support for development purposes. These provide a simulated checkpoint/restore mechanism to be used for development and testing.
Operating System |
Azul Zulu Version |
|||||
---|---|---|---|---|---|---|
17 |
21 |
24 |
||||
x86 64-bit |
ARM 64-bit |
x86 64-bit |
ARM 64-bit |
x86 64-bit |
ARM 64-bit |
|
Linux |
||||||
Alpine Linux 3.16 |
||||||
Windows |
n/a |
n/a |
n/a |
|||
macOS |
Fixed Issues
This section covers all issues that were fixed in this release.
Fixed Common Vulnerabilities and Exposures
This section summarizes Common Vulnerabilities and Exposures (CVE) fixed in this release.
CVE # | Component | Protocol | Remote Exploit w/o Auth. | Base Score | Attack Vector | Attack Complex | Privileges Req’d | User Interact | Scope | Confiden-tiality | Integrity | Availability | Azul Zulu Versions Affected | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Networking |
Multiple |
Yes |
8.6 |
Network |
Low |
None |
None |
Changed |
High |
None |
None |
24, 21, 17, 11 |
Note 1 |
|
2D |
Multiple |
Yes |
8.1 |
Network |
High |
None |
None |
Unchanged |
High |
High |
High |
24, 21, 17, 11, 8, 7 |
Note 1 |
|
2D |
Multiple |
Yes |
8.1 |
Network |
High |
None |
None |
Unchanged |
High |
High |
High |
24, 21, 17, 11, 8, 7 |
Note 2 |
|
JavaFX (libxslt) |
Multiple |
Yes |
7.5 |
Network |
High |
None |
Required |
Unchanged |
High |
High |
High |
24, 21, 17, 11, 8 |
Note 1 |
|
JavaFX (libxml2) |
Multiple |
Yes |
7.5 |
Network |
High |
None |
Required |
Unchanged |
High |
High |
High |
24, 21, 17, 11, 8 |
Note 1 |
|
Scripting |
Multiple |
Yes |
5.9 |
Network |
High |
None |
None |
Unchanged |
None |
High |
None |
11, 8 |
Note 2 |
|
JSSE |
TLS |
Yes |
4.8 |
Network |
High |
None |
None |
Unchanged |
Low |
Low |
None |
24, 21, 17, 11, 8 |
Note 1 |
|
CVE-2025-23166 This CVE is not applicable to Azul Zulu Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE. |
Node (Node.js) |
Multiple |
Yes |
7.5 |
Network |
Low |
None |
None |
Unchanged |
None |
None |
High |
None |
|
CVE-2025-50063 This CVE is not applicable to Azul Zulu Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE. |
Install |
None |
No |
7.3 |
Local |
Low |
Low |
Required |
Unchanged |
High |
High |
High |
None |
|
CVE-2025-30752 This CVE is not applicable to Azul Zulu Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE. |
Compiler |
Multiple |
Yes |
3.7 |
Network |
High |
None |
None |
Unchanged |
None |
None |
Low |
None |
|
CVE-2025-50065 This CVE is not applicable to Azul Zulu Builds of OpenJDK. It is listed here for comparison with other Java implementations which may contain this CVE. |
Native Image |
HTTP |
Yes |
3.7 |
Network |
High |
None |
None |
Unchanged |
None |
None |
Low |
None |
|
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. |
Non-CVE Security Fixes
The following table summarizes non-CVE security fixes implemented in this release.
OpenJDK Patch ID | Azul Zulu Version | Synopsis | CPU/PSUCPU fixes are included in both CPU and PSU bundles. PSU fixes are included in the PSU bundles only. |
---|---|---|---|
6, 7, 8, 11, 17, 21, 24 |
Better HTTP connections |
CPU,PSU |
|
6, 7, 8, 11, 17, 21, 24 |
Enhance Swing supports |
CPU,PSU |
|
8, 11, 17, 21 |
Update SQLite to 3.49.1 |
CPU,PSU |
|
24 |
Improve compiler processing |
PSU |
OpenJDK Fixes and Enhancements
The following table describes the OpenJDK changes implemented in this release.
OpenJDK Patch ID | Azul Zulu Version | Synopsis | CPU/PSUCPU fixes are included in both CPU and PSU bundles. PSU fixes are included in the PSU bundles only. |
---|---|---|---|
6 |
Support ISO 4217 "Current funds codes" table (A.2) |
CPU,PSU |
|
6 |
ISO 4217 amendment 160 |
CPU,PSU |
|
6 |
Currency update needed for ISO 4217 Amendment #161 |
CPU,PSU |
|
6 |
Currency update needed for ISO 4217 Amendment #162. |
CPU,PSU |
|
6 |
Support ISO 4217 Amendments 163 and 164 |
CPU,PSU |
|
6 |
ISO 4217 Amendment #165 Update |
CPU,PSU |
|
6 |
sun/text/resources/LocaleDataTest.java fails with java.lang.Exception |
CPU,PSU |
|
6 |
ISO 4217 Amendment #166 Update |
CPU,PSU |
|
6 |
ISO 4217 Amendment #167 Update |
CPU,PSU |
|
6 |
ISO 4217 Amendment #168 Update |
CPU,PSU |
|
6 |
ISO 4217 Amendment #169 Update |
CPU,PSU |
|
6 |
localized currency symbol of VES |
CPU,PSU |
|
6 |
Incorrect numeric currency code for ROL |
CPU,PSU |
|
6 |
ISO 4217 Amendment 170 Update |
CPU,PSU |
|
6 |
ISO 4217 Amendment 171 Update |
CPU,PSU |
|
6 |
ISO 4217 Amendment 172 Update |
CPU,PSU |
|
6 |
ISO 4217 Amendment 173 Update |
CPU,PSU |
|
6 |
ISO 4217 Amendment 174 Update |
CPU,PSU |
|
21 |
Avoid sending per-region GCPhaseParallel JFR events in G1ScanCollectionSetRegionClosure |
CPU,PSU |
|
6, 7, 8, 11, 17, 21, 24 |
Remove Baltimore root certificate expiring in May 2025 |
CPU,PSU |
|
6, 7 |
ISO 4217 Amendment 175 Update |
CPU,PSU |
|
6, 7 |
ISO 4217 Amendment 176 Update |
CPU,PSU |
|
6, 7 |
ISO 4217 Amendment 177 Update |
CPU,PSU |
|
6, 7, 8, 11, 17, 21, 24 |
Remove two Camerfirma root CA certificates |
CPU,PSU |
|
6, 7, 8, 11, 17, 21, 24 |
(tz) Update Timezone Data to 2025b |
CPU,PSU |
|
6, 7, 8 |
XCG currency code not recognized in JDK 8u |
CPU,PSU |
|
6, 7, 8, 11, 17, 21, 24 |
ISO 4217 Amendment 179 Update |
CPU,PSU |
|
6, 7, 8, 11, 17, 21, 24 |
Add 2 TLS and 2 CS Sectigo roots |
CPU,PSU |
|
17 |
Setting mnemonic to VK_F4 underlines the letter S in a button. |
PSU |
|
17 |
Swing JOptionPane shows </html> tag as a string after newline |
PSU |
|
17, 21 |
URLConnection.getLastModified() leaks file handles for jar:file and file: URLs |
PSU |
|
17 |
[TEST_BUG] [macosx] CTRL+RIGHT(LEFT) doesn’t move selection on next cell in JTable on Aqua L&F |
PSU |
|
8, 11 |
ECParameters, Point does not match field size |
PSU |
|
8 |
[TEST_BUG] [macosx] java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java failed |
PSU |
|
17 |
JOptionPane bungles HTML messages |
PSU |
|
8 |
com/sun/jdi/ProcessAttachTest.sh gets "java.io.IOException: Invalid process identifier" on windows |
PSU |
|
17, 21 |
Test javax/swing/JTabbedPane/8007563/Test8007563.java fails |
PSU |
|
8 |
split_if accesses NULL region of ConstraintCast |
PSU |
|
17 |
Binary files in JAXP test should be removed |
PSU |
|
21 |
Writer not closed with disk full error, file resource leaked |
PSU |
|
8 |
HiDPI, Unity, java/awt/dnd/DropTargetEnterExitTest/MissedDragExitTest.java |
PSU |
|
21 |
secondary_super_cache does not scale well |
PSU |
|
17, 21 |
Better cleanup for jdk/test/sun/security/pkcs12/P12SecretKey.java |
PSU |
|
8 |
keytool -ext option doesn’t accept wildcards for DNS subject alternative names |
PSU |
|
8 |
clang-4.0 SIGSEGV in Unsafe_PutByte |
PSU |
|
17 |
javax/swing/JComboBox/8182031/ComboPopupTest.java fails on Linux |
PSU |
|
21 |
DistributionPointFetcher fails to fetch CRLs if the DistributionPoints field contains more than one DistributionPoint and the first one fails |
PSU |
|
17, 21 |
Merge vm/share/InMemoryJavaCompiler w/ jdk/test/lib/compiler/InMemoryJavaCompiler |
PSU |
|
21 |
GZIPInputStream constructor could leak an un-end()ed Inflater |
PSU |
|
11, 17, 21 |
nsk.share.gc.Memory::getArrayLength returns wrong value |
PSU |
|
24 |
(ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix) |
PSU |
|
24 |
java/net/httpclient/ConnectTimeoutHandshakeSync.java failed on connection refused while doing POST |
PSU |
|
17 |
JComboBox display issue with GTKLookAndFeel |
PSU |
|
21 |
com/sun/jndi/dns/ConfigTests/Timeout.java failed intermittent |
PSU |
|
17 |
JOptionPane message string with 5000+ newlines produces StackOverflowError |
PSU |
|
11 |
VerifyOops crashes with assert(_offset >= 0) failed: offset for non comment? |
PSU |
|
11 |
HttpClient redirect policy should be more conservative |
PSU |
|
8 |
jdk.test.lib.util.JarUtils updates jar files incorrectly |
PSU |
|
8 |
javadoc generates invalid HTML pages whose ftp:// links are broken |
PSU |
|
17, 21 |
Test sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java is marked with @ignore |
PSU |
|
17 |
Use of types in compiler shared code should be consistent. |
PSU |
|
17, 21 |
serviceability/sa/TestJhsdbJstackLineNumbers.java failed with "Didn’t find enough line numbers" |
PSU |
|
17 |
java/net/httpclient/CancelRequestTest.java failing intermittently |
PSU |
|
17, 21 |
assert fired in java/net/httpclient/DependentPromiseActionsTest (infrequent) |
PSU |
|
11, 17, 21 |
[TESTBUG] gtest CollectorPolicy.young_scaled_initial_ergo_vm fails if heap is too small |
PSU |
|
17 |
AArch64: Assembler cleanups |
PSU |
|
21 |
Desktop.browse method fails if earlier CoInitialize call as COINIT_MULTITHREADED |
PSU |
|
17 |
Refactor test code for modifying CDS archive contents |
PSU |
|
8 |
Some of the dnd tests time out and fail intermittently |
PSU |
|
8 |
Fix jaxp/javax/xml/jaxp/unittest/transform/SurrogateTest.java test |
PSU |
|
17, 21, 24 |
Bug in jdk.jfr.event.gc.collection.TestSystemGC |
PSU |
|
17 |
Remove unused fields from sun.net.www.protocol.jar.JarURLConnection |
PSU |
|
8 |
Invalid value set to CANDIDATEFORM structure |
PSU |
|
21 |
JFR Leak Profiler is broken with Shenandoah |
PSU |
|
17 |
JFR: Unclosed directory stream |
PSU |
|
17 |
javax/swing/JInternalFrame/8020708/bug8020708.java timeouts on Windows 11 |
PSU |
|
17 |
Crashes in getConfigColormap, getConfigVisualId, XVisualIDFromVisual on Linux |
PSU |
|
17 |
Clean up bug8033699 and bug8075609.java tests: regtesthelpers aren’t used |
PSU |
|
17, 21, 24 |
[XWayland] No displayChanged event after setDisplayMode call |
PSU |
|
17, 21, 24 |
java/net/ipv6tests/UdpTest.java fails with checkTime failed |
PSU |
|
21 |
java/net/vthread/BlockingSocketOps.java timeout/hang intermittently on Windows |
PSU |
|
17 |
java/awt/FullScreen/FullscreenWindowProps/FullscreenWindowProps.java fails on Windows 10 with HiDPI screen |
PSU |
|
17, 21, 24 |
[Accessibility,macOS,VoiceOver] VoiceOver reads the spinner value 10 as 1 when user iterates to 10 for the first time on macOS |
PSU |
|
17, 21 |
Test forceEarlyReturn002.java timed out |
PSU |
|
17, 21 |
ProgrammableUpcallHandler::on_entry/on_exit access thread fields from native |
PSU |
|
17 |
Move JSON parser used in JFR tests to test library |
PSU |
|
17 |
DockerTestUtils::execute shows incorrect elapsed time |
PSU |
|
17 |
Fix test-bugs related to stress flags |
PSU |
|
17 |
javax/swing/JToolBar/4529206/bug4529206.java: setFloating does not work correctly |
PSU |
|
24 |
serviceability/attach/ConcAttachTest.java failed "guarantee(!CheckJNICalls) failed: Attached JNI thread exited without being detached" |
PSU |
|
17 |
Reset recursion counter missed in fix of JDK-8224267 |
PSU |
|
17 |
Convert java/lang/management/MemoryMXBean shell tests to java version |
PSU |
|
11 |
SunPKCS11 provider checks on PKCS11 Mechanism are problematic |
PSU |
|
17 |
gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 failed assertGreaterThanOrEqual: expected MMM >= NNN |
PSU |
|
17 |
Remove "Classpath" exception from javax/swing tests |
PSU |
|
17, 21, 24 |
Exception thrown before awaitAndCheck hangs PassFailJFrame |
PSU |
|
17 |
Remove duplication in java/util/Formatter/Basic*.java |
PSU |
|
17, 21 |
javax/swing/JFileChooser/JFileChooserSetLocationTest.java failed with "setLocation() is not working properly" |
PSU |
|
17 |
CertAttrSet::encode and DerEncoder::derEncode should write into DerOutputStream |
PSU |
|
17 |
test/langtools/tools/jdeps/jdkinternals/ShowReplacement.java failing after JDK-8296072 |
PSU |
|
8, 11 |
NSS tests failing on OL9 linux-aarch64 hosts |
PSU |
|
17 |
Regression Test DialogOrient.java fails on MacOS |
PSU |
|
17 |
usageTicks and totalTicks should be volatile to ensure that different threads get the latest ticks |
PSU |
|
17 |
Use-after-free during library unloading on Linux |
PSU |
|
17 |
vmTestbase/nsk/sysdict/vm/stress/btree/btree012/btree012.java failed with "fatal error: refcount has gone to zero" |
PSU |
|
17 |
Clang warns about pointless comparisons |
PSU |
|
17 |
Limit sscanf output width in cgroup file parsers |
PSU |
|
17 |
Fix typos in src/java.desktop/ and various test classes of client component |
PSU |
|
17 |
Refactor subsystem_file_line_contents and add docs and tests |
PSU |
|
17 |
Handle julong values in logging of GET_CONTAINER_INFO macros |
PSU |
|
17 |
memory_and_swap_limit() reporting wrong values on systems with swapaccount=0 |
PSU |
|
17 |
failure_handler native.core should wait for coredump to finish |
PSU |
|
17 |
[AIX] TestNativeStack.java is failing with exit value 1 |
PSU |
|
17, 21, 24 |
Test vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java timed out: thread not suspended |
PSU |
|
17 |
X11GraphicsDevice.pGetBounds() is slow in remote X11 sessions |
PSU |
|
17 |
C2: "malformed control flow" assert due to missing safepoint on backedge with a switch |
PSU |
|
17, 21 |
Test serviceability/sa/ClhsdbCDSJstackPrintAll.java failed: ArrayIndexOutOfBoundsException |
PSU |
|
21 |
Clean up Finalizable.java and finalize terminology in vmTestbase/nsk/share |
PSU |
|
21 |
The jcmd thread dump related tests should test virtual threads |
PSU |
|
17 |
JNI_GetCreatedJavaVMs returns a partially initialized JVM |
PSU |
|
17 |
java/awt/Toolkit/GetScreenInsetsCustomGC/GetScreenInsetsCustomGC.java failed with 'Cannot invoke "sun.awt.X11GraphicsDevice.getInsets()" because "device" is null' |
PSU |
|
21 |
Add intrinsic for float/double modulo for x86 AVX2 and AVX512 |
PSU |
|
17 |
Test vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java fails after JDK-8308341 |
PSU |
|
17 |
ProblemList vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java |
PSU |
|
21 |
TLS handshake fails because of ConcurrentModificationException in PKCS12KeyStore.engineGetEntry |
PSU |
|
8, 11, 17, 21 |
Jarsigner should print a warning if an entry is removed |
PSU |
|
21 |
[x64] Fix useless padding |
PSU |
|
21 |
Improve test coverage for JVMTI GetThreadState on carrier and mounted vthread |
PSU |
|
17, 21 |
DynamicLauncher for JDP test needs to try harder to find a free port |
PSU |
|
17, 21 |
NPE when HSDB visits bad oop |
PSU |
|
21 |
org.jline.util.PumpReader signed byte problem |
PSU |
|
21 |
Misleading exception message from STS.Subtask::get when task forked after shutdown |
PSU |
|
21 |
[JVMCI] fatal error: Never compilable: in JVMCI shutdown |
PSU |
|
21 |
Test WaitNotifySuspendedVThreadTest.java timed out |
PSU |
|
21 |
Remove runtime platform check from frem/drem |
PSU |
|
17 |
Add tests for FileDescriptor.sync |
PSU |
|
21 |
Test java/net/httpclient/CancelRequestTest.java failed: WARNING: tracker for HttpClientImpl(42) has outstanding operations |
PSU |
|
17, 21 |
Overflow in Collections.rotate |
PSU |
|
17 |
javax/swing/JToolBar/4529206/bug4529206.java fails intermittently on Linux |
PSU |
|
21 |
LogCompilation doesn’t reset lateInlining when it encounters a failure. |
PSU |
|
17 |
Mark runtime/CommandLine/ tests as flagless |
PSU |
|
17 |
Mark 3 jcmd command-line options test as vm.flagless |
PSU |
|
21, 24 |
3 gc/epsilon tests ignore external vm options |
PSU |
|
21 |
zgc/genzgc tests ignore vm flags |
PSU |
|
21 |
jdk/jfr/event/runtime/TestResidentSetSizeEvent.java fails with "The size should be less than or equal to peak" |
PSU |
|
11 |
AsyncGetCallTrace crash in frame::safe_for_sender |
PSU |
|
17, 21 |
java/awt/dnd/RejectDragDropActionTest.java timed out |
PSU |
|
17, 21 |
Open source several Swing PopupMenu related tests |
PSU |
|
17 |
CloseRace.java#id0 fails transiently on libgraal |
PSU |
|
17, 21 |
Open source several Swing Scroll related tests |
PSU |
|
21 |
Kitchensink.java and RenaissanceStressTest.java time out with jvmti module errors |
PSU |
|
17, 21 |
Opensource five more Swing regression tests |
PSU |
|
17, 21 |
Open source several Swing CSS related tests |
PSU |
|
17, 21 |
Open source several Swing HTMLEditorKit related tests |
PSU |
|
17, 21 |
Opensource five more random Swing tests |
PSU |
|
17, 21 |
Open source several Swing RootPane and Slider related tests |
PSU |
|
17 |
ByteArrayInputStream.transferTo causes MaxDirectMemorySize overflow |
PSU |
|
17 |
jcmd tests are broken by 8314828 |
PSU |
|
17, 21 |
Opensource five miscellaneous Swing tests |
PSU |
|
17, 21 |
Opensource five Swing component related regression tests |
PSU |
|
17 |
6 java/lang/instrument/PremainClass tests ignore VM flags |
PSU |
|
17, 21 |
java/lang/instrument/modules/AppendToClassPathModuleTest.java ignores VM flags |
PSU |
|
17 |
4 javax/management tests ignore VM flags |
PSU |
|
17, 21 |
ColorConvertOp - typo for non-ICC conversions needs one-line fix |
PSU |
|
17, 21 |
j.text.DateFormatSymbols setZoneStrings() exception is unhelpful |
PSU |
|
21 |
Pattern.Bound has |
PSU |
|
21 |
HTTP/2 stream cancelImpl may leave subscriber registered |
PSU |
|
21 |
x86 count_positives intrinsic broken for -XX:AVX3Threshold=0 |
PSU |
|
21 |
Add jcmd to print annotated process memory map |
PSU |
|
17, 21 |
MacOS Zero cannot run gtests due to wrong JVM path |
PSU |
|
21 |
Compiler directives parser swallows a character after line comments |
PSU |
|
17, 21 |
Enhance checks in BigDecimal.toPlainString() |
PSU |
|
17 |
Update ProcessTools javadoc with suggestions in 8315097 |
PSU |
|
21 |
Move BufferNode from PtrQueue files to new files |
PSU |
|
17, 21 |
Test jdk/incubator/vector/LoadJsvmlTest.java ignores VM flags |
PSU |
|
17 |
Few java/lang/instrument ignore test.java.opts and accept test.vm.opts only |
PSU |
|
17, 21 |
[AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug" |
PSU |
|
17 |
[AArch64] C1 compilation fails with "Field too big for insn" |
PSU |
|
17, 21 |
sun.jvmstat.monitor.MonitoredHost.getMonitoredHost() throws unexpected exceptions when invoked concurrently |
PSU |
|
21 |
NPE due to unreported compiler error |
PSU |
|
17, 21 |
C2: assert(false) failed: node should be in igvn hash table |
PSU |
|
17, 21 |
java -D-D crashes |
PSU |
|
17 |
False positive in get_trampoline fast path causes crash |
PSU |
|
17 |
Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder |
PSU |
|
17 |
ProcessTools.executeProcess calls waitFor before logging |
PSU |
|
17, 21 |
memory_swap_current_in_bytes reports 0 as "unlimited" |
PSU |
|
21 |
SequenceInputStream.transferTo should not return as soon as Long.MAX_VALUE bytes have been transferred |
PSU |
|
21 |
Extend printing for System.map |
PSU |
|
24 |
Virtual Threads: exclude 2 tests |
PSU |
|
21 |
jcmd Compiler.codecache should print total size of code cache |
PSU |
|
21 |
Stack overflow during C2 compilation when splitting memory phi |
PSU |
|
21 |
Replace NULL with nullptr in HotSpot gtests |
PSU |
|
21 |
Replace NULL with nullptr in HotSpot jtreg test native code files |
PSU |
|
21 |
Use correct extension for C++ test headers |
PSU |
|
21 |
Rename get_stack_trace.h |
PSU |
|
21 |
Rename Injector.h |
PSU |
|
21 |
Rename jvmti_FollowRefObjects.h |
PSU |
|
21 |
Rename native_thread.h |
PSU |
|
21 |
Rename nsk_list.h |
PSU |
|
17, 21 |
[macos] Menu or JPopupMenu not closed when main window is resized |
PSU |
|
21 |
Rename nsk_mutex.h |
PSU |
|
21 |
Rename mlvmJvmtiUtils.h |
PSU |
|
17, 21 |
Uninitialised memory in deleteGSSCB of GSSLibStub.c:179 |
PSU |
|
17, 21 |
Rename nsk_strace.h |
PSU |
|
21 |
Rename jnihelper.h |
PSU |
|
21 |
Rename jvmti_aod.h |
PSU |
|
21 |
Rename agent_common.h |
PSU |
|
21 |
Improve Speed of System.map |
PSU |
|
21 |
[Testbug] g-tests for cgroup leave files in /tmp on linux |
PSU |
|
21 |
serviceability/dcmd/vm/SystemMapTest.java and SystemDumpMapTest.java may fail after JDK-8326586 |
PSU |
|
21 |
(ch) sun.nio.ch.Poller.register throws AssertionError |
PSU |
|
21 |
KeyStore getEntry is not thread-safe |
PSU |
|
11 |
Upgrade JLine to 3.26.1 |
PSU |
|
21 |
Shenandoah/C2: TestVerifyLoopOptimizations test failure |
PSU |
|
17, 21 |
Convert Applet test ManualHTMLDataFlavorTest.java to main program |
PSU |
|
17, 21 |
[CRaC] Avoid error when running with -XX:+PerfDisableSharedMem |
PSU |
|
17, 21 |
Convert and Open source few manual applet test to main based |
PSU |
|
17, 21 |
Convert and Opensource few JFileChooser applet test to main |
PSU |
|
17, 21 |
Remove applet usage from JFileChooser tests bug4150029 |
PSU |
|
17, 21 |
Automate and open source few closed manual applet test |
PSU |
|
17, 21 |
Convert closed text/html/CSS manual applet test to main |
PSU |
|
21 |
NullPointerException in sun.security.jca.ProviderList.getService() |
PSU |
|
11 |
Update PKCS11Test.java to not use hardcoded path |
PSU |
|
17, 21 |
G1: interpreter post-barrier x86 code asserts index size of wrong buffer |
PSU |
|
21 |
java/util/Properties/StoreReproducibilityTest.java times out |
PSU |
|
21 |
C2: VectorInsertNode::make() shouldn’t call ConINode::make() directly |
PSU |
|
21 |
C2: Loop strip mining uses ABS with min int |
PSU |
|
17, 21 |
Update nsk/jdwp tests to use driver instead of othervm |
PSU |
|
17, 21, 24 |
java/net/httpclient/Http1ChunkedTest.java fails with java.util.MissingFormatArgumentException: Format specifier '%s' |
PSU |
|
21, 24 |
avoid signed integer overflows in libawt java2d |
PSU |
|
21 |
Incorrect TraceLoopPredicate output |
PSU |
|
17, 21 |
UpcallLinker::on_exit races with GC when copying frame anchor |
PSU |
|
11 |
Update PKCS#11 Cryptographic Token Interface to v3.1 |
PSU |
|
21 |
Clean up vmTestbase/vm/share |
PSU |
|
21 |
SIGFPE In ObjectSynchronizer::is_async_deflation_needed() |
PSU |
|
21 |
Update nsk.share.jpda.BindServer to don’t use finalization |
PSU |
|
21 |
Update nsk.share.jpda.Jdb to don’t use finalization |
PSU |
|
21 |
JFR GCHelper class recognizes "Archive" regions as valid |
PSU |
|
21 |
Ctrl+C does not call shutdown hooks after JLine upgrade |
PSU |
|
21 |
Update vmTestbase/nsk/share/LocalProcess.java to don’t use finalization |
PSU |
|
17, 21 |
Remove support of remote and manual debuggee launchers |
PSU |
|
17, 21 |
com/sun/tools/attach/BasicTests.java fails with "SocketException: Permission denied: connect" |
PSU |
|
21 |
Replaying compilation with null static final fields results in a crash |
PSU |
|
21 |
Fatal error in auto-vectorizer with float16 kernel. |
PSU |
|
17 |
[PPC64]: postalloc_expand_java_dynamic_call_sched does not copy all fields |
PSU |
|
17, 21, 24 |
Automate javax/print/attribute/PageRangesException.java |
PSU |
|
17, 21 |
Crash: assert(h_array_list.not_null()) failed: invariant |
PSU |
|
17, 21 |
OpenJDK fails to configure on linux aarch64 when CDS is disabled after JDK-8331942 |
PSU |
|
21 |
serviceability/dcmd/vm tests fail for ZGC after JDK-8322475 |
PSU |
|
17, 21 |
[AArch64] C1: guarantee(val < (1ULL << nbits)) failed: Field too big for insn |
PSU |
|
17, 21 |
Test ThreadCpuTime.java should pause like ThreadCpuTimeArray.java |
PSU |
|
21 |
serviceability/dcmd/vm/SystemDumpMapTest.java and SystemMapTest.java fail on Linux Alpine after 8322475 |
PSU |
|
17, 21 |
serviceability/jvmti/StartPhase/AllowedFunctions/AllowedFunctions.java fails with unexpected exit code: 112 |
PSU |
|
21 |
compiler/vectorization/TestFloat16VectorConvChain.java fails with non-standard AVX/SSE settings |
PSU |
|
21, 24 |
Caller/callee param size mismatch in deoptimization causes crash |
PSU |
|
21 |
Failure when creating non-CRT RSA private keys in SunPKCS11 |
PSU |
|
17, 21 |
failure_handler lldb command times out on macosx-aarch64 core file |
PSU |
|
21 |
compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860 |
PSU |
|
17, 21 |
CompileFramework: test library to conveniently compile java and jasm sources for fuzzing |
PSU |
|
17, 21 |
vmTestbase/nsk/jdb/stop_at/stop_at002/stop_at002.java failure goes undetected |
PSU |
|
21 |
PNGImageWriter uses much more memory than necessary |
PSU |
|
21 |
Type annotation attached to incorrect type during class reading |
PSU |
|
21 |
Out-of-bounds array access in secondary_super_cache |
PSU |
|
21 |
ShenandoahHeap::is_in should check for alive regions |
PSU |
|
21 |
CompletionFailure in getEnclosingType attaching type annotations |
PSU |
|
21 |
WB_IsFrameDeoptimized miss ResourceMark |
PSU |
|
21 |
Give better error for ConcurrentHashTable corruption |
PSU |
|
21 |
Hotspot should support multiple large page sizes on Windows |
PSU |
|
17, 21 |
Fix -Wzero-as-null-pointer-constant warnings in gtest framework |
PSU |
|
21 |
Shenandoah: Improve handshake closure labels |
PSU |
|
24 |
Linux ppc64le with toolchain clang - detection failure in early JVM startup |
PSU |
|
21 |
JFR: Split JFRCheckpoint VM operation |
PSU |
|
17, 21 |
Make os::Linux::active_processor_count() public |
PSU |
|
21 |
Improve diagnostic logging runtime/cds/DeterministicDump.java |
PSU |
|
11, 17, 21 |
CollectorPolicy.young_scaled_initial_ergo_vm gtest fails on ppc64 based platforms |
PSU |
|
24 |
Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine |
PSU |
|
21 |
Wrong timeout computations in DnsClient |
PSU |
|
8, 11 |
Unaddressed comments during code review of JDK-8337664 |
PSU |
|
17, 21 |
Opensource few AWT PopupMenu tests |
PSU |
|
17, 21 |
Update runtime/condy tests to be executed with VM flags |
PSU |
|
17, 21 |
Open source several AWT focus tests - series 1 |
PSU |
|
11 |
[Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class |
PSU |
|
21 |
Incorrect error message during startup if working directory does not exist |
PSU |
|
17, 21 |
Open source closed choice tests #1 |
PSU |
|
8, 11, 17, 21 |
Clean up the code in sun.tools.jar.Main to properly close resources and use ZipFile during extract |
PSU |
|
17, 21 |
Open source several AWT Mouse tests - Batch 1 |
PSU |
|
17, 21 |
Open source several AWT focus tests - series 2 |
PSU |
|
24 |
Several compiler tests ignore vm flags and not marked as flagless |
PSU |
|
17, 21 |
Open source several AWT focus tests - series 3 |
PSU |
|
17, 21 |
Open source several AWT focus tests - series 4 |
PSU |
|
17, 21 |
Open source several AWT focus tests - series 5 |
PSU |
|
17, 21 |
Open source several AWT Mouse tests - Batch 2 |
PSU |
|
17, 21 |
Open source AWT MenuItem related tests |
PSU |
|
17, 21 |
Open source several AWT focus tests - series 6 |
PSU |
|
21 |
In ClassReader, extract a constant for the superclass supertype_index |
PSU |
|
17, 21 |
Open source few Checkbox tests - Set2 |
PSU |
|
17, 21 |
Open source AWT Frame related tests |
PSU |
|
17, 21 |
Open source several Java2D rendering loop tests. |
PSU |
|
21 |
ZGC: TestAllocateHeapAt.java should not run with UseLargePages |
PSU |
|
17, 21 |
Open source few Component tests - Set1 |
PSU |
|
17, 21 |
Open source some Component/Panel/EventQueue tests - Set2 |
PSU |
|
17, 21 |
Replace usage of -noclassgc with -Xnoclassgc in test/jdk/java/lang/management/MemoryMXBean/LowMemoryTest2.java |
PSU |
|
17, 21 |
Open source several AWT Dialog tests - Batch 1 |
PSU |
|
17, 21 |
Open source couple more miscellaneous AWT tests |
PSU |
|
17, 21 |
Open source several AWT Robot tests |
PSU |
|
17, 21 |
Open source several AWT Dialog tests - Batch 2 |
PSU |
|
17, 21 |
Open source mixed AWT tests - Set3 |
PSU |
|
17, 21 |
Open source several AWT Dialog tests - Batch 3 |
PSU |
|
17, 21 |
Opensource few AWT image tests |
PSU |
|
8 |
Update OS detection code to recognize Windows Server 2025 |
PSU |
|
17, 21 |
Open source closed choice tests #2 |
PSU |
|
17, 21 |
Open source a few more Component related tests |
PSU |
|
17, 21 |
Open source some MenuBar tests - Set1 |
PSU |
|
17, 21 |
Open source some MenuBar tests - Set2 |
PSU |
|
17, 21 |
Open source closed choice tests #3 |
PSU |
|
17, 21 |
Open source few more AWT Frame related tests |
PSU |
|
17, 21 |
Open source additional Component tests (part 2) |
PSU |
|
17, 21 |
Open source DnD tests - Set4 |
PSU |
|
17, 21 |
Open Source several AWT/2D font and rendering tests |
PSU |
|
17, 21 |
Open source several AWT PopupMenu tests |
PSU |
|
17, 21 |
Open source several AWT List tests |
PSU |
|
17, 21 |
Open source additional Component tests (part 3) |
PSU |
|
17, 21 |
Open source few more AWT List tests |
PSU |
|
17, 21 |
Open source DnD tests - Set5 |
PSU |
|
17, 21, 24 |
Remove PassFailJFrame constructor with screenshots |
PSU |
|
17, 21 |
Open source several AWT Dialog tests - Batch 4 |
PSU |
|
17, 21 |
Open source few more AWT PopupMenu tests |
PSU |
|
17, 21 |
Open source some of the AWT Geometry/Button tests |
PSU |
|
17, 21 |
Open source closed frame tests # 2 |
PSU |
|
17, 21 |
Open source few Checkbox and Cursor tests - Set1 |
PSU |
|
17, 21 |
Open source few Cursor tests - Set2 |
PSU |
|
17, 21 |
Open source few DnD tests - Set6 |
PSU |
|
17, 21 |
Open source some Desktop related tests |
PSU |
|
17, 21 |
Open source some of the AWT Window tests |
PSU |
|
17, 21 |
Open source AWT FileDialog related tests |
PSU |
|
17, 21 |
Open source several AWT Canvas and Rectangle related tests |
PSU |
|
17, 21 |
open source some 2d graphics tests |
PSU |
|
17, 21 |
Open source several Choice related tests |
PSU |
|
17, 21 |
Open source some of the AWT window test |
PSU |
|
17, 21 |
Open source several Choice related tests (part 2) |
PSU |
|
17, 21 |
Opensource few List and a Window test |
PSU |
|
17, 21 |
Open source few more AWT FileDialog tests |
PSU |
|
17, 21 |
Open source closed frame tests # 3 |
PSU |
|
17, 21 |
Open source few DND tests - Set1 |
PSU |
|
17, 21 |
Open source few various AWT tests - Set1 |
PSU |
|
17, 21 |
Open source few TrayIcon tests - Set7 |
PSU |
|
17, 21 |
Open source more AWT window tests |
PSU |
|
17, 21 |
Open source closed frame tests # 4 |
PSU |
|
17, 21 |
Open source few TrayIcon tests - Set8 |
PSU |
|
17, 21 |
Open source closed frame tests # 5 |
PSU |
|
17, 21 |
sun/awt/font/TestDevTransform.java fails with RuntimeException: Different rendering |
PSU |
|
17, 21 |
java/net/Socket/UdpSocket.java fails with "java.net.BindException: Address already in use" (macos-aarch64) |
PSU |
|
21 |
[REDO BACKPORT] type annotations are not visible to javac plugins across compilation boundaries (JDK-8225377) |
PSU |
|
8 |
[8u] sun/security/pkcs11/ec/ tests fail on RHEL9 |
PSU |
|
17, 21 |
java/awt/dnd/DnDRemoveFocusOwnerCrashTest.java timed out after JDK-8341257 |
PSU |
|
17, 21 |
More reliable OOM handling in ExceptionDuringDumpAtObjectsInitPhase test |
PSU |
|
17, 21, 24 |
Use latch in AbstractButton/bug6298940.java instead of delay |
PSU |
|
17, 21 |
javax/management/security/HashedPasswordFileTest.java creates tmp file in src dir |
PSU |
|
24 |
[Graal] java/util/concurrent/locks/Lock/OOMEInAQS.java fails OOME thrown from the UncaughtExceptionHandler |
PSU |
|
21 |
Use jvmArgs consistently in microbenchmarks |
PSU |
|
21 |
Primitive caches must use boxed instances from the archive |
PSU |
|
17, 21 |
Missing @since tag on JColorChooser.showDialog overload |
PSU |
|
17, 21 |
Enable debug logging for vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/TestDescription.java |
PSU |
|
17, 21 |
Tests fails with java.lang.IllegalAccessException: class com.sun.javatest.regtest.agent.MainWrapper$MainTask cannot access |
PSU |
|
17, 21 |
UpcallLinker::on_entry racingly clears pending exception with GC safepoints |
PSU |
|
17, 21 |
java/awt/Cursor/JPanelCursorTest/JPanelCursorTest.java does not show the default cursor |
PSU |
|
24 |
Cgroup v1 subsystem fails to set subsystem path |
PSU |
|
17 |
CompileBroker::possibly_add_compiler_threads excessively polls available memory |
PSU |
|
21, 24 |
print/Dialog/PaperSizeError.java fails with MediaSizeName is not A4: A4 |
PSU |
|
21 |
java/io/File/GetXSpace.java fails on Windows with CD-ROM drive |
PSU |
|
21 |
Use -jvmArgsPrepend when running microbenchmarks in RunTests.gmk |
PSU |
|
17, 21 |
serviceability/sa/ClhsdbWhere.java fails AssertionFailure: Corrupted constant pool |
PSU |
|
24 |
C2: Shenandoah crashes during barrier expansion in Continuation::enter |
PSU |
|
21 |
Problemlist jdk/jfr/event/oldobject/TestShenandoah.java after JDK-8279016 |
PSU |
|
21 |
HTTP/2 ConnectionWindowUpdateSender may miss some unprocessed DataFrames from closed streams |
PSU |
|
24 |
BasicAnnoTests doesn’t handle multiple annotations at the same position |
PSU |
|
17, 21 |
Test javax/swing/JTabbedPane/TestJTabbedPaneBackgroundColor.java failed |
PSU |
|
17, 21 |
Adjust timeout in test javax/management/monitor/DerivedGaugeMonitorTest.java |
PSU |
|
24 |
Update the default value of CodeEntryAlignment for Ampere-1A and 1B |
PSU |
|
17, 21, 24 |
security/auth/callback/TextCallbackHandler/Password.java make runnable with JTReg and add the UI |
PSU |
|
21 |
java/net/httpclient/ShutdownNow.java fails with java.lang.AssertionError: client was still running, but exited after further delay: timeout should be adjusted |
PSU |
|
17, 21, 24 |
Restore null return for invalid services from legacy providers |
PSU |
|
21 |
ZGC: Another division by zero in rule_major_allocation_rate |
PSU |
|
24 |
Test jdk/jfr/event/oldobject/TestSanityDefault.java timed out |
PSU |
|
24 |
[TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS |
PSU |
|
24 |
SSLSocketNoServerHelloClientShutdown test timeout |
PSU |
|
24 |
beans/finder/MethodFinder.findMethod incorrectly returns null |
PSU |
|
21, 24 |
translet-name ignored when package-name is also set |
PSU |
|
8, 11, 17, 21, 24 |
Test sun/security/tools/jarsigner/TsacertOptionTest.java failed: Warning found in stdout |
PSU |
|
17, 21, 24 |
Test sun/security/tools/jarsigner/ConciseJarsigner.java failed: unable to find valid certification path to requested target |
PSU |
|
21 |
[PPC64] Make intrinsic conversions between bit representations of half precision values and floats |
PSU |
|
24 |
Update jpackage to not include service bindings by default |
PSU |
|
21 |
Fix incorrect log message in JDI stop002t test |
PSU |
|
17, 21 |
test/jdk/javax/swing/JRadioButton/8033699/bug8033699.java fails in ubuntu22.04 |
PSU |
|
24 |
java/io/File/createTempFile/SpecialTempFile.java fails on Windows Server 2025 |
PSU |
|
17, 21 |
test/jdk/javax/swing/JToolBar/4529206/bug4529206.java fails in ubuntu22.04 |
PSU |
|
17, 21 |
test/jdk/javax/swing/text/DefaultEditorKit/4278839/bug4278839.java fails in ubuntu22.04 |
PSU |
|
24 |
[ubsan] adjustments to filemap.cpp and virtualspace.cpp for macOS aarch64 |
PSU |
|
17, 21 |
Upgrade NSS binaries for interop tests |
PSU |
|
24 |
Improve AnnotationFormatError message for duplicate annotation interfaces |
PSU |
|
24 |
[ubsan] ProcessImpl_md.c:561:40: runtime error: applying zero offset to null pointer on macOS aarch64 |
PSU |
|
24 |
OperatingSystemMXBean.getSystemCpuLoad() throws NPE |
PSU |
|
17, 21, 24 |
[Accessibility,macOS,Screen Magnifier]: JCheckbox unchecked state does not magnify but works for checked state |
PSU |
|
17, 21 |
Remove the appcds/javaldr/AnonVmClassesDuringDump.java test |
PSU |
|
24 |
Make JVM_IsStaticallyLinked JVM_LEAF |
PSU |
|
17, 21, 24 |
jdk/test/lib/security/timestamp/TsaServer.java warnings |
PSU |
|
21, 24 |
Output JVMTI agent information in hserr files |
PSU |
|
24 |
Improve memory efficiency of JimageDiffGenerator |
PSU |
|
21, 24 |
"Total compile time" counter should include time spent in failing/bailout compiles |
PSU |
|
24 |
Update jarsigner compatibility test for change in default digest algorithm |
PSU |
|
24 |
javax/swing/JScrollBar/4865918/bug4865918.java fails in CI |
PSU |
|
21 |
[CRaC] Move CRaC’s Java code out of restricted packages |
PSU |
|
17, 21, 24 |
JRadioButton/ButtonGroupFocusTest.java fails in CI on Linux |
PSU |
|
8, 11, 17, 21, 24 |
Distrust TLS server certificates anchored by Camerfirma Root CAs |
PSU |
|
24 |
java/nio/file/Files/probeContentType/Basic.java fails on Windows 2025 |
PSU |
|
24 |
GenShen: Missing metadata trigger log message |
PSU |
|
24 |
Shenandoah: Fix log message for end of GC usage report |
PSU |
|
24 |
SNI not sent with Java 22+ using java.net.http.HttpClient.Builder#sslParameters |
PSU |
|
24 |
Remove com/sun/net/httpserver/TcpNoDelayNotRequired.java test |
PSU |
|
24 |
[testsuite] NeverActAsServerClassMachine breaks TestPLABAdaptToMinTLABSize.java TestPinnedHumongousFragmentation.java TestPinnedObjectContents.java |
PSU |
|
24 |
runtime/CompressedOops/CompressedCPUSpecificClassSpaceReservation.java fails on RISC-V |
PSU |
|
24 |
RISC-V: compiler/sharedstubs tests fail after JDK-8332689 |
PSU |
|
24 |
[aix] java/lang/ProcessHandle/InfoTest.java still fails: "reported cputime less than expected" |
PSU |
|
24 |
[ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer |
PSU |
|
8, 11, 24 |
DrawFocusRect() may cause an assertion failure |
PSU |
|
21, 24 |
[ubsan] block.cpp:1617:30: runtime error: 9.97582e+36 is outside the range of representable values of type 'int' |
PSU |
|
24 |
Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk |
PSU |
|
17, 21, 24 |
Bug in com/sun/net/httpserver/bugs/B6361557.java test |
PSU |
|
24 |
C2: Insertion of Assertion Predicates ignores the effects of PhaseIdealLoop::clone_up_backedge_goo() |
PSU |
|
17, 21 |
Test javax/swing/JRadioButton/8033699/bug8033699.java still fails: Focus is not on Radio Button Single as Expected |
PSU |
|
24 |
[JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError |
PSU |
|
17, 21 |
Incomplete logging in nsk/jvmti/ResourceExhausted/resexhausted00* tests |
PSU |
|
24 |
Clean tests with --enable-linkable-runtime |
PSU |
|
17, 21, 24 |
gc/stress/TestStressG1Uncommit.java gets OOM-killed |
PSU |
|
24 |
cpuset cgroups controller is required for no good reason |
PSU |
|
24 |
(dc) java/nio/channels/DatagramChannel/InterruptibleOrNot.java fails with virtual thread factory |
PSU |
|
21, 24 |
java/net/DatagramSocket/InterruptibleDatagramSocket.java fails with virtual thread factory |
PSU |
|
24 |
Epsilon: Demote heap size and AlwaysPreTouch warnings to info level |
PSU |
|
17, 24 |
[macOS]: UnixOperatingSystem.c:67:40: runtime error: division by zero |
PSU |
|
24 |
[ubsan] logOutput.cpp:357:21: runtime error: applying non-zero offset 1 to null pointer |
PSU |
|
17, 21, 24 |
(fs) Remove some extensions from java/nio/file/Files/probeContentType/Basic.java |
PSU |
|
21, 24 |
WinInstallerUiTest fails in local test runs if the path to test work directory is longer that regular |
PSU |
|
24 |
Bug in JPackageCommand.ignoreFakeRuntime() |
PSU |
|
24 |
Add annotations to test cases in LicenseTest |
PSU |
|
24 |
Don’t exclude the "PATH" var from the environment when running app launchers in jpackage tests |
PSU |
|
24 |
Mark test tools/jimage/JImageToolTest.java as flagless |
PSU |
|
24 |
JimageDiffGenerator code clean-ups |
PSU |
|
21, 24 |
HTTP/2 flow control checks may count unprocessed data twice |
PSU |
|
24 |
Add validation checks for ICC_Profile header fields |
PSU |
|
24 |
Fix and rewrite sun/security/x509/DNSName/LeadingPeriod.java test |
PSU |
|
24 |
JTabbedPane/8134116/Bug8134116.java has no license header |
PSU |
|
24 |
Test jdk/jfr/jvm/TestModularImage.java fails after JDK-8347124: No javac |
PSU |
|
21, 24 |
Compatible OCSP readtimeout property with OCSP timeout |
PSU |
|
24 |
ZGC: Crash in DependencyContext::clean_unloading_dependents |
PSU |
|
17, 24 |
Error output in libjsound has non matching format strings |
PSU |
|
21 |
Update HSS/LMS public key encoding |
PSU |
|
11, 17, 21, 24 |
Test FailOverDirectExecutionControlTest.java fails with -Xcomp |
PSU |
|
24 |
Unexpected NullPointerException in C2 compiled code due to ReduceAllocationMerges |
PSU |
|
24 |
java/io/File/createTempFile/SpecialTempFile.java failing |
PSU |
|
17, 24 |
Limit the length of inflated text chunks |
PSU |
|
8, 11, 17, 21, 24 |
(tz) Update Timezone Data to 2025a |
PSU |
|
17, 21, 24 |
Race condition in jdk/java/net/httpclient/offline/FixedResponseHttpClient.java |
PSU |
|
24 |
assert(false) failed: EA: missing memory path |
PSU |
|
24 |
java/net/httpclient/HttpClientSNITest.java fails intermittently |
PSU |
|
17, 21 |
test/jdk/java/net/httpclient/HttpsTunnelAuthTest.java fails intermittently |
PSU |
|
11, 17, 21, 24 |
Update LCMS to 2.17 |
PSU |
|
24 |
assert(n→is_Mem()) failed: memory node required |
PSU |
|
17, 21, 24 |
Update List/ItemEventTest/ItemEventTest.java |
PSU |
|
21, 24 |
Corrupted timezone string in JVM crash log |
PSU |
|
24 |
ZGC: segmentation fault due to missing node type check in barrier elision analysis |
PSU |
|
11, 17, 21, 24 |
Update FreeType to 2.13.3 |
PSU |
|
17, 21, 24 |
Update HarfBuzz to 10.4.0 |
PSU |
|
11, 17, 21, 24 |
Update Libpng to 1.6.47 |
PSU |
|
17, 21, 24 |
Update PipeWire to 1.3.81 |
PSU |
|
24 |
TrayIcon tests fail in Ubuntu 24.10 Wayland |
PSU |
|
17, 21 |
JButton/bug4796987.java never runs because Windows XP is unavailable |
PSU |
|
17, 21, 24 |
[Accessibility,macOS,VoiceOver] VoiceOver doesn’t announce untick on toggling the checkbox with "space" key on macOS |
PSU |
|
24 |
GenShen: Deadlock during shutdown |
PSU |
|
17, 24 |
Adjust exception No type named <ThreadType> in database |
PSU |
|
24 |
'internal proprietary API' warnings make javac warnings unusable |
PSU |
|
24 |
Update vectors used in several PQC benchmarks |
PSU |
|
24 |
[BACKOUT] Optimization for StringBuilder append boolean & null |
PSU |
|
17, 21, 24 |
[JMH] time.format.ZonedDateTimeFormatterBenchmark fails |
PSU |
|
24 |
G1: Clearing bitmaps during collection set merging not claimed by region |
PSU |
|
24 |
[BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt |
PSU |
|
17, 21, 24 |
Refactor ClassLoaderDeadlock.sh and Deadlock.sh to run fully in java |
PSU |
|
21, 24 |
[JMH] Cannot access class jdk.internal.vm.ContinuationScope |
PSU |
|
17, 21 |
[CRaC] Handle javaagent adding jars to boostrap/system classpath |
PSU |
|
24 |
Build splashscreen lib with SIZE optimization |
PSU |
|
17, 21, 24 |
Update sun/security/pkcs12/KeytoolOpensslInteropTest.java to use a recent Openssl version |
PSU |
|
17, 21, 24 |
Relocate supporting classes in security/testlibrary to test/lib/jdk tree |
PSU |
|
17, 21 |
[CRaC] Close EPoll FDs when FD policies close registered sockets |
PSU |
|
21, 24 |
[ASAN] Gtest os_linux.glibc_mallinfo_wrapper_vm fails |
PSU |
|
21, 24 |
Integer.numberOfLeadingZeros outputs incorrectly in certain cases |
PSU |
|
17, 21, 24 |
AIX build failure after upgrade pipewire to 1.3.81 |
PSU |
|
24 |
Incorrect use of CodeBlob::is_buffer_blob() in few places |
PSU |
|
24 |
java/lang/Thread/virtual/ThreadPollOnYield.java#default passes unexpectedly without libVThreadPinner.so |
PSU |
|
17, 21 |
[CRaC] Support FD policy reopen on listening socket |
PSU |
|
24 |
[JMH] Use jvmArgs consistently |
PSU |
|
17 |
[JMH,17u] MaskQueryOperationsBenchmark fails java.lang.NoClassDefFoundError |
PSU |
|
17, 21 |
[CRaC] Stop & restart JFR recording on checkpoint |
PSU |
|
24 |
Test containers/systemd/SystemdMemoryAwarenessTest.java fails on Linux ppc64le SLES15 SP6 |
PSU |
|
21, 24 |
Out of bounds access on Linux aarch64 in os::print_register_info |
PSU |
|
17, 21, 24 |
CTW: Attempt to preload all classes in constant pool |
PSU |
|
17, 21 |
Test javax/swing/JComboBox/TestComboBoxComponentRendering.java fails in ubuntu 23.x and later |
PSU |
|
17, 21, 24 |
Improve HTML instruction formatting in PassFailJFrame |
PSU |
|
21, 24 |
Include timings for leaving safepoint in safepoint logging |
PSU |
|
17, 21 |
Test: add more test case for string compare (UL case) |
PSU |
|
17, 21, 24 |
Test TestCodeCacheFull.java fails with option -XX:-UseCodeCacheFlushing |
PSU |
|
17, 21 |
[21u] AArch64: Ambiguous frame layout leads to incorrect traces in JFR |
PSU |
|
21, 24 |
AArch64: turn on signum intrinsics by default on Ampere CPUs |
PSU |
|
24 |
Minimal build fails with slowdebug builds |
PSU |
|
17 |
[17u,11u] B8312065.java fails Network is unreachable |
PSU |
|
17, 21, 24 |
Several java/net/InetAddress tests fails UnknownHostException |
PSU |
|
17, 21 |
[CRaC] Log level of 'crac' cannot be changed on checkpoint |
PSU |
|
17, 21 |
Skip ValidateHazardPtrsClosure in non-debug builds |
PSU |
|
21, 24 |
[JMH] vector.IndexInRangeBenchmark failed with IndexOutOfBoundsException for size=1024 |
PSU |
|
24 |
Non-C2 / minimal JVM crashes in the build on ppc64 platforms |
PSU |
|
21, 24 |
Some java/lang jtreg tests miss requires vm.hasJFR |
PSU |
|
24 |
OperatingSystemMXBean CpuLoad() methods return -1.0 on Windows |
PSU |
|
17, 21, 24 |
[CRaC] Support C/R engines in form of a library |
PSU |
|
17, 21, 24 |
javax/swing/JMenu/4213634/bug4213634.java fails |
PSU |
|
24 |
RISC-V: TestFloat16ScalarOperations asserts with offset (4210) is too large to be patched in one beq/bge/bgeu/blt/bltu/bne instruction! |
PSU |
|
17, 21 |
(fc) Make java/nio/channels/FileChannel/BlockDeviceSize.java test manual |
PSU |
|
24 |
Update localized resources in keytool and jarsigner |
PSU |
|
24 |
[ASAN] avx2-emu-funcs.hpp:151:20: error: ‘D.82188’ is used uninitialized |
PSU |
|
24 |
Remove pipewire from AIX build |
PSU |
|
24 |
New test containers/docker/TestMemoryWithSubgroups.java is failing |
PSU |
|
8 |
[8u] test/java/util/TimeZone/tools/share/Makefile use wrong path to tzdb |
PSU |
|
21, 24 |
G1: NUMA migrations cause crashes in region allocation |
PSU |
|
24 |
Improve debuggability of test/langtools/jdk/jshell/JdiHangingListenExecutionControlTest.java test |
PSU |
|
21, 24 |
Remove unused UseNUMA in os_aix.cpp |
PSU |
|
17, 21, 24 |
[CRaC] Cannot restore immediately without default restore data |
PSU |
|
17, 21, 24 |
[CRaC] CRaCEngineOptions=help cannot be used with CRaCRestoreFrom |
PSU |
|
17, 21, 24 |
[CRaC] Engine help message may be truncated |
PSU |
|
21, 24 |
Inaccurate masking of TC subfield decrement in ForkJoinPool |
PSU |
|
17, 21 |
[21u] Problem list tests that fail in 21 and would be fixed by 8309622 |
PSU |
|
8, 11, 17, 21 |
(tz) zone.tab update missed in 2025a backport |
PSU |
|
17, 21, 24 |
java/awt/Desktop/MailTest.java fails in platforms where Action.MAIL is not supported |
PSU |
|
11, 17, 21, 24 |
Test sun/security/tools/jarsigner/TimestampCheck.java is failing |
PSU |
|
17, 21, 24 |
[CRaC] Minor CRE API improvements |
PSU |
|
17, 21, 24 |
[CRaC] Invalid description API log is incorrect |
PSU |
|
17, 21, 24 |
[CRaC] Direct mapping default changed |
PSU |
|
17, 21, 24 |
[CRaC] crexec fails to pass some options when CRAC_CRIU_OPTS is already used |
PSU |
|
24 |
[Redo] G1: Pinned regions with pinned objects only reachable by native code crash VM |
PSU |
|
21, 24 |
TestVectorZeroCount: counter not reset between iterations |
PSU |
|
17 |
[17u] guarantee(is_result_safe || is_in_asgct()) failed inside AsyncGetCallTrace |
PSU |
|
17, 21 |
Opensource JMenu tests - series1 |
PSU |
|
17, 21 |
Opensource few misc swing tests |
PSU |
|
17, 21 |
Opensource JInternalFrame tests - series1 |
PSU |
|
17, 21, 24 |
httpclient HeadTest does not run on HTTP2 |
PSU |
|
17, 21 |
Open source several swing tests batch1 |
PSU |
|
17, 21 |
jdk/jfr/startupargs/TestMemoryOptions.java fails with 32-bit build |
PSU |
|
24 |
SEGV_BND signal code of SIGSEGV missing from our signal-code table |
PSU |
|
24 |
(fs) Add support for UserDefinedFileAttributeView on AIX |
PSU |
|
24 |
[CRaC] ProblemList jdk/crac/LinkedCleanableRefTest |
PSU |
|
17, 21 |
Clean up and open source couple AWT Graphics related tests (Part 1) |
PSU |
|
17, 21 |
Screen capture for test TaskbarPositionTest.java, failure case |
PSU |
|
24 |
Introduce the concept of upgradeable files in context of JEP 493 |
PSU |
|
21 |
Use "/native" Run Option for TestAvailableProcessors Execution |
PSU |
|
21 |
[AArch64] Incorrect result of VectorizedHashCode intrinsic on Cortex-A53 |
PSU |
|
17, 21, 24 |
[CRaC] Support ZGC |
PSU |
|
17, 21, 24 |
[CRaC] Show all options in engine help |
PSU |
|
24 |
[PPC64] Bug related to -XX:+UseCompactObjectHeaders -XX:-UseSIGTRAP in JDK-8305895 |
PSU |
|
17, 21 |
Open source more Swing text tests |
PSU |
|
24 |
Small memory leak when create GrowableArray with initial size 0 |
PSU |
|
17, 21 |
Open source several AWT Menu tests - Batch 2 |
PSU |
|
17, 21 |
Open source two Swing DefaultCaret tests |
PSU |
|
17, 21 |
Open some JComboBox bugs 4 |
PSU |
|
17 |
[17u] Backport of 8347740 incomplete |
PSU |
|
21, 24 |
Increased number of SHA-384-Digest java.util.jar.Attributes$Name instances leading to higher memory footprint |
PSU |
|
17, 21 |
Open source Swing Tests - Set 5 |
PSU |
|
24 |
Incorrect WINDOWS ifdef in os::build_agent_function_name |
PSU |
|
21 |
[jittester] Remove TempDir debug output |
PSU |
|
17, 21, 24 |
[CRaC] Timed waiting finishes early w.r.t. wall clock time |
PSU |
|
17, 21, 24 |
[CRaC] Remove new methods from AbstractInterruptibleChannel and SocketImpl |
PSU |
|
21 |
AIX: sporadic unexpected errno when calling setsockopt in Net.joinOrDrop |
PSU |
|
17, 21 |
Open source several clipboard tests batch1 |
PSU |
|
21 |
MAX_SECS definition is unused in os_linux |
PSU |
|
21 |
[REDO BACKPORT] javac crashes while adding type annotations to the return type of a constructor (JDK-8320001) |
PSU |
|
21 |
[AIX] Adapt code for C++ VLA rule |
PSU |
|
24 |
Only every second line in upgradeable files is being used |
PSU |
|
17 |
[17u] Backout backport of JDK-8320687 |
PSU |
|
17, 21, 24 |
[CRaC] Move CPUFeatures verification to the parent process of JVM |
PSU |
|
17, 21 |
Test java/awt/Toolkit/Headless/HeadlessToolkit.java fails by timeout |
PSU |
|
11, 17, 21 |
Re-enable -Wtype-limits for GCC in LCMS |
PSU |
|
17, 21 |
C2: compilation fails with "assert(false) failed: empty program detected during loop optimization" |
PSU |
|
17, 21 |
[VS 2022 17.14] Warning C5287 in debugInit.c: enum type mismatch during build |
PSU |
|
17, 21, 24 |
[CRaC] Unused imports in CRaC’s classes |
PSU |
|
17, 21, 24 |
[CRaC] Improve new properties installation code |
PSU |
|
24 |
[CRaC] Excessive PosixAttachListener-related availability and references |
PSU |
|
17, 21, 24 |
[CRaC] Make VM-controlled options engine-dependent |
PSU |
|
24 |
[CRaC] Fix NULL usage in hotspot |
PSU |
|
21 |
[21u] Disable logic for attaching type annotations to class files until 8359336 is fixed |
PSU |
OpenJFX Fixes and Enhancements
The following table describes the JavaFX changes implemented in this release.
OpenJDK Patch ID | Azul Zulu Version | Synopsis | CPU/PSUCPU fixes are included in both CPU and PSU bundles. PSU fixes are included in the PSU bundles only. |
---|---|---|---|
8, 11, 17, 21, 24 |
Update libxml2 to 2.13.8 |
CPU,PSU |
|
8, 11, 17, 21, 24 |
Update libxslt to 1.1.43 |
CPU,PSU |
|
8, 11, 17, 21 |
Update SQLite to 3.49.1 |
CPU,PSU |
|
11 |
JavaFX application continues to show a black screen after graphic card driver crash |
PSU |
|
24 |
[macos] Incorrect 3D lighting on macOS 14 and later |
PSU |
|
11 |
Caret rendered at wrong position in case of a click event on RTL text |
PSU |
|
21 |
Update PipeWire to 1.3.81 |
PSU |
|
24 |
WebKit 620.1 crashes on startup on Windows x86 32-bit |
PSU |
|
24 |
Unexpected event type for DOM mutation events with WebKit 620.1 |
PSU |
|
24 |
Create release notes for JavaFX 24.0.1 |
PSU |
|
24 |
freetype.c: compilation error: 'incompatible pointer type' with gcc 14 |
PSU |
|
24 |
gstclock.c: compilation error: 'incompatible pointer type' with gcc 14 |
PSU |
|
24 |
GHA: Windows build fails with chmod permission error |
PSU |
|
8, 11, 17, 21, 24 |
Fail to sign in to Microsoft sites with WebView |
PSU |
Fixes and Enhancements Specific to Azul Zulu Builds of OpenJDK
The following table describes the Azul Zulu changes implemented in this release.
Issue ID | Azul Zulu Version | Synopsis | CPU/PSUCPU fixes are included in both CPU and PSU bundles. PSU fixes are included in the PSU bundles only. |
---|---|---|---|
ZULU-74087 |
6, 7, 8 |
Update external FreeType to 2.13.3 |
CPU,PSU |
ZULU-77288 |
11, 17, 21 |
4 java/net/httpclient/ tests fail on all platforms in CPU intermediate build Zulu 21.43.12 |
CPU,PSU |
ZULU-77289 |
21 |
Bump update version for OpenJDK: jdk-21.0.7.0.101 |
CPU,PSU |
ZULU-77537 |
7, 8, 11 |
Improve glyph images processing |
CPU,PSU |
ZULU-5106 |
17 |
armv7: Add intrinsic for GHASH algorithm |
PSU |
ZULU-60764 |
17, 21, 24 |
Warp support for memfd |
PSU |
ZULU-73942 |
24 |
[CRaC] AOT class linking cannot archive jdk.internal.crac.Core$Priority |
PSU |
ZULU-74306 |
11 |
Update JFX to zulu19.0.11+100 |
PSU |
ZULU-74307 |
17 |
Update JFX to zulu22.0.5+100 |
PSU |
ZULU-74308 |
21 |
Update JFX to zulu23.0.3+100 |
PSU |
ZULU-74309 |
8 |
Update JFX to zulu8u452-b01 |
PSU |
ZULU-74656 |
8 |
linux-aarch32 slowdebug build crash |
PSU |
ZULU-75065 |
17, 21, 24 |
warp isv samples failed on some platforms against 24.30+14, 21.42+20 and 17.58+24 |
PSU |
ZULU-76388 |
17, 21 |
[CRaC] 4 jdk/jfr tests fail on all platforms in Zulu 17.60+11-jdk-64-ca-crac-warp_ca build |
PSU |
ZULU-76822 |
8 |
Move PRODUCT_LINE from .branding to .dependencies |
PSU |
ZULU-77053 |
8 |
OJ-reg-io-nio Time64 java/nio/file/Files/FileAttributes Assertion Failed |
PSU |
ZULU-77054 |
8 |
OJ-reg-io-nio Time64 java/nio/file/attribute/BasicFileAttributeView/Basic.java last-modified time should be equal |
PSU |
ZULU-77066 |
8 |
Wrong futimesat function is used on time64 builds. |
PSU |
ZULU-77340 |
17, 21, 24 |
[CRaC] Several S3 releated test failure after 8355974 backport |
PSU |
ZULU-77901 |
21 |
Update JFX to zulu23.0.4+101 |
PSU |
ZULU-77904 |
11 |
Update JFX to zulu19.0.12+100 |
PSU |
ZULU-77906 |
17 |
Update JFX to zulu22.0.6+100 |
PSU |
ZULU-77938 |
8 |
Update JFX to zulu8u462-b01 |
PSU |
ZULU-78134 |
8, 11 |
Incorrect OpenJDK build number in 11/8 PSU RC builds |
PSU |
ZULU-78336 |
24 |
Incorrect OpenJDK build number in 24 RC builds |
PSU |
Fixes and Enhancements Specific to Azul Zulu Builds of OpenJDK With JavaFX
The following table describes the Azul Zulu changes implemented in this release.
Issue ID | Azul Zulu Version | Synopsis | CPU/PSUCPU fixes are included in both CPU and PSU bundles. PSU fixes are included in the PSU bundles only. |
---|---|---|---|
ZULU-76548 |
8, 11, 17, 21, 24 |
Add SQLite license |
CPU,PSU |