Re: RFR: 8265765: DomainKeyStore may stop enumerating aliases if a constituting KeyStore is empty [v2]

2022-02-09 Thread Weijun Wang
On Wed, 9 Feb 2022 06:34:40 GMT, Hai-May Chao  wrote:

>> This is to fix `DomainKeyStore::engineAliases` to take into account that 
>> there may be empty keystore(s) within the collection of keystores of a 
>> domain keystore.
>
> Hai-May Chao has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Testcase updated

Marked as reviewed by weijun (Reviewer).

-

PR: https://git.openjdk.java.net/jdk/pull/7386


Re: RFR: 8265765: DomainKeyStore may stop enumerating aliases if a constituting KeyStore is empty [v2]

2022-02-08 Thread Hai-May Chao
> This is to fix `DomainKeyStore::engineAliases` to take into account that 
> there may be empty keystore(s) within the collection of keystores of a domain 
> keystore.

Hai-May Chao has updated the pull request incrementally with one additional 
commit since the last revision:

  Testcase updated

-

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7386/files
  - new: https://git.openjdk.java.net/jdk/pull/7386/files/200fa1b7..a9adc254

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7386&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7386&range=00-01

  Stats: 13 lines in 1 file changed: 8 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7386.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7386/head:pull/7386

PR: https://git.openjdk.java.net/jdk/pull/7386