[jdk25u-dev] RFR: 8375999: com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails sporadically on Windows

Roland Mesde duke at openjdk.org
Mon Feb 16 19:22:41 UTC 2026


Backporting JDK-8375999: com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails sporadically on Windows.

This PR fixes sporadic LdapPoolTimeoutTest.java failures on Windows by restoring a Windows-specific exception message that was accidentally removed in https://bugs.openjdk.org/browse/JDK-8287062, which in turn was added for parity with Oracle JDK.

Ran related tests on linux-x64, linux-aarch64, macos-aarch64 and windows-x64:

make test TEST=test/jdk/com/sun/jndi/ldap/LdapPoolTimeoutTest.java

Results attached:

[windows-x64-specific-test.log](https://github.com/user-attachments/files/25348403/windows-x64-specific-test.log)
[macos-aarch64-specific-test.log](https://github.com/user-attachments/files/25348404/macos-aarch64-specific-test.log)
[linux-x64-specific-test.log](https://github.com/user-attachments/files/25348405/linux-x64-specific-test.log)
[linux-aarch64-specific-test.log](https://github.com/user-attachments/files/25348406/linux-aarch64-specific-test.log)

-------------

Commit messages:
 - Backport 90b546925397ff7cdd1591291e1b87d0bac5604a

Changes: https://git.openjdk.org/jdk25u-dev/pull/273/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk25u-dev&pr=273&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8375999
  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk25u-dev/pull/273.diff
  Fetch: git fetch https://git.openjdk.org/jdk25u-dev.git pull/273/head:pull/273

PR: https://git.openjdk.org/jdk25u-dev/pull/273


More information about the jdk-updates-dev mailing list