[8u] RFR: 8076190: Customizing the generation of a PKCS12 keystore

Andrew Hughes gnu.andrew at redhat.com
Wed Aug 25 04:31:05 UTC 2021


On 11:50 Tue 24 Aug     , Martin Balao wrote:

>   * For some reason, there are 2 SecurityTools files in JDK-8:
>    * jdk/test/lib/testlibrary/jdk/testlibrary/SecurityTools.java
>    * jdk/test/lib/jdk/test/lib/SecurityTools.java
>   * Can we avoid this change by making the test use the other one?
>    * Looks like
> 'jdk/test/lib/testlibrary/jdk/testlibrary/SecurityTools.java' is the
> one that you want for the test

Yes. It looks like the second was one of a number of duplicates
wrongly introduced by the JFR backport.  We should try and fix some of
these up.

$ hg log -R jdk jdk/test/lib/testlibrary/jdk/testlibrary/SecurityTools.java
changeset:   13167:0b16988537f2
user:        igerasim
date:        Wed Jan 17 17:46:25 2018 -0800
summary:     8180289: jarsigner treats timestamped signed jar invalid after the signer cert expires

changeset:   12781:1b49c6c96487
user:        coffeys
date:        Tue Aug 08 14:10:34 2017 +0100
summary:     8185845: Add SecurityTools.java test library

changeset:   12493:0f91b1ded21b
parent:      12489:9d8e863a45b8
user:        coffeys
date:        Tue Aug 08 14:10:34 2017 +0100
summary:     8185845: Add SecurityTools.java test library

$ hg log -R jdk jdk/test/lib/jdk/test/lib/SecurityTools.java
changeset:   13901:7c0427079f10
parent:      13654:89c8bfe10659
user:        apetushkov
date:        Fri Jun 14 14:50:55 2019 +0300
summary:     8223147: JFR Backport

Thanks,
-- 
Andrew :)
Pronouns: he / him or they / them
Senior Free Java Software Engineer
OpenJDK Package Owner
Red Hat, Inc. (http://www.redhat.com)

PGP Key: ed25519/0xCFDA0F9B35964222 (hkp://keys.gnupg.net)
Fingerprint = 5132 579D D154 0ED2 3E04  C5A0 CFDA 0F9B 3596 4222


More information about the jdk8u-dev mailing list