RFR: 8351366: Remove the java.security.debug=scl option

Koushik Muthukrishnan Thirupattur duke at openjdk.org
Tue Mar 25 17:17:42 UTC 2025


This option dumped the permissions that the SecureClassLoader assigns to ProtectionDomains, but with the disabling of the Security Manager in JDK 24, these permissions are always empty and the debugging has no value. So this option should be removed.

-------------

Commit messages:
 - 8351366:Remove the java.security.debug=scl option
 - 8351366: Remove the java.security.debug=scl option

Changes: https://git.openjdk.org/jdk/pull/24208/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24208&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8351366
  Stats: 12 lines in 2 files changed: 0 ins; 12 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/24208.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24208/head:pull/24208

PR: https://git.openjdk.org/jdk/pull/24208


More information about the security-dev mailing list