On Thu, 10 Nov 2022 21:08:34 GMT, Sean Mullan <mul...@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