RFR: 8345502: Remove doIntersectionPrivilege methods
Weijun Wang
weijun at openjdk.org
Wed Dec 4 15:56:38 UTC 2024
On Wed, 4 Dec 2024 15:40:03 GMT, Sean Mullan <mullan at 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
More information about the core-libs-dev
mailing list