On Tue, 30 Nov 2021 02:47:45 GMT, Valerie Peng <valer...@openjdk.org> wrote:
>> src/java.base/share/classes/java/security/Provider.java line 979: >> >>> 977: parseLegacy(sk, sv, OPType.REPLACE); >>> 978: } >>> 979: } >> >> If you are going through all the entries, should we also clean up the legacy >> sets and restart? > > Do you mean simply wipe out the legacyMap and just do ADD instead of REPLACE? Yes, since you are simply iterating through all the entries instead of only the changed ones. ------------- PR: https://git.openjdk.java.net/jdk/pull/6513