On Fri, 26 Aug 2022 15:06:16 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
>> Look at implementation and figure out what happens if you do: >> >> >> computeHash("SHA-1") = someHash; >> computeHash("SHA-256") = ...? >> >> >> The caching method should actually check the algorithms match. >> >> Not a bug at this point, since only use SHA-256 today, but this is a >> landmine ready to fire. >> >> Additional testing: >> - [x] Linux x86_64 release, `java/lang/module` tests > > Aleksey Shipilev has updated the pull request incrementally with one > additional commit since the last revision: > > Comments Marked as reviewed by alanb (Reviewer). ------------- PR: https://git.openjdk.org/jdk/pull/10044