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 [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

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

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

2025-03-25 Thread Hai-May Chao
On Mon, 24 Mar 2025 22:02:59 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 val

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

2025-03-25 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. - Commit messages: - 8351366:R