RFR: 8375999: com/sun/jndi/ldap/LdapPoolTimeoutTest.java fails sporadically on Windows
Arno Zeller
azeller at openjdk.org
Wed Jan 21 17:08:31 UTC 2026
It seems that [JDK-8287062](https://bugs.openjdk.org/browse/JDK-8287062) did accidentally remove one Exception message that was allowed to pass the test. This message only occurs on Windows.
This change will add the message again to the allowed messages.
-------------
Commit messages:
- Re-add old message.
Changes: https://git.openjdk.org/jdk/pull/29348/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29348&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8375999
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/29348.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/29348/head:pull/29348
PR: https://git.openjdk.org/jdk/pull/29348
More information about the core-libs-dev
mailing list