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

2025-03-31 Thread duke
On Wed, 26 Mar 2025 21:37:42 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

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

2025-03-31 Thread Hai-May Chao
On Wed, 26 Mar 2025 21:37:42 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

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

2025-03-31 Thread Sean Mullan
On Wed, 26 Mar 2025 21:37:42 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

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

2025-03-26 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