On Fri, 27 Aug 2021 14:36:52 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> This code change collects all key types and runs `chooseClientAlias` only >> once. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > reorg src, new test case The bug title could be improved to better describe the change, ex: "Call X509KeyManager.chooseClientAlias once for all key types". This also probably should have a CSR (and a release note) since it is technically a behavior change, even though it is reverting to prior behavior. ------------- PR: https://git.openjdk.java.net/jdk/pull/5257