On Wed, 4 Dec 2024 15:40:03 GMT, Sean Mullan <mul...@openjdk.org> wrote:
> The internal `ProtectionDomain.doIntersectionPrivilege` methods can be > removed as all dependencies have been removed in post JEP 486 cleanup issues. I see in `SharedSecrets` these 2 imports are useless. Not sure if you want to take this chance to remove them as well. import java.io.PrintStream; import java.io.PrintWriter; ------------- PR Comment: https://git.openjdk.org/jdk/pull/22548#issuecomment-2517849590