RFR: 8296734: JarVerifier:: mapSignersToCodeSource should cache in map
pandaapo
duke at openjdk.org
Fri Nov 11 14:01:02 UTC 2022
On Thu, 10 Nov 2022 21:08:34 GMT, Sean Mullan <mullan at openjdk.org> wrote:
> If you want to instead do some general cleanup in this class for JDK 20, you could instead remove this method and several other unused methods from `JarVerifier`.
Before I began to make general cleanup, I looked up from this unused method `JarVerifier#mapSignersToCodeSource()`and found all related call stacks:

Can I remove these methods in `JarFile`, `JavaUtilJarAccess` and its only implementation `JavaUtilJarAccessImpl`?
-------------
PR: https://git.openjdk.org/jdk/pull/11072
More information about the security-dev
mailing list