[jdk17u-dev] RFR: 8349501: Relocate supporting classes in security/testlibrary to test/lib/jdk tree

Goetz Lindenmaier goetz at openjdk.org
Wed Apr 30 12:23:19 UTC 2025


I backport this for parity with 17.0.16-oracle based on the change in 21.

The patch of 21 applies clean except for two tests that are not in 17:

test/jdk/java/security/cert/CertPathValidator/crlDP/CheckAllCRLs.java
Added by "https://bugs.openjdk.org/browse/JDK-8200566: DistributionPointFetcher fails to fetch CRLs if the DistributionPoints field contains more than one DistributionPoint and the first one fails". A P4 bugfix I don't want to backport to 17.

test/jdk/sun/security/pkcs12/GetSetEntryTest.java
Added by "https://bugs.openjdk.org/browse/JDK-8327461: KeyStore getEntry is not thread-safe" which has another prereq. Don't backport to 17.

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

Commit messages:
 - Backport b737f7fb3004e4e9c95fba95c6fcda70073ae00e

Changes: https://git.openjdk.org/jdk17u-dev/pull/3539/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=3539&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8349501
  Stats: 142 lines in 39 files changed: 32 ins; 31 del; 79 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/3539.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev.git pull/3539/head:pull/3539

PR: https://git.openjdk.org/jdk17u-dev/pull/3539


More information about the jdk-updates-dev mailing list