Re: RFR: 8351366: Remove the java.security.debug=scl option [v2]

2025-04-05 Thread Koushik Muthukrishnan Thirupattur
> 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. Koushik Muthukrishnan Thirupattur ha

Re: RFR: 8351366: Remove the java.security.debug=scl option [v2]

2025-03-26 Thread Sean Mullan
On Wed, 26 Mar 2025 04:22:50 GMT, Koushik Muthukrishnan Thirupattur wrote: >> 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