Re: RFR: 8344895: SM cleanup of module java.xml [v2]

2024-11-25 Thread Roger Riggs
On Mon, 25 Nov 2024 16:46:56 GMT, Roger Riggs wrote: >> Updates to the java.xml module following the SecurityManager removal. >> Refactor to remove doPrivilege calls >> Refactor to eliminate dead code assuming getSecurityManager() == null >> Refactor to drop use of AccessControlContext >> Remove

Re: RFR: 8344895: SM cleanup of module java.xml [v2]

2024-11-25 Thread Joe Wang
On Mon, 25 Nov 2024 16:46:56 GMT, Roger Riggs wrote: >> Updates to the java.xml module following the SecurityManager removal. >> Refactor to remove doPrivilege calls >> Refactor to eliminate dead code assuming getSecurityManager() == null >> Refactor to drop use of AccessControlContext >> Remove

Re: RFR: 8344895: SM cleanup of module java.xml [v2]

2024-11-25 Thread Roger Riggs
> Updates to the java.xml module following the SecurityManager removal. > Refactor to remove doPrivilege calls > Refactor to eliminate dead code assuming getSecurityManager() == null > Refactor to drop use of AccessControlContext > Remove (most) references to SecurityException > Remove error messa

Re: RFR: 8344895: SM cleanup of module java.xml

2024-11-25 Thread Roger Riggs
On Mon, 25 Nov 2024 07:45:01 GMT, Alan Bateman wrote: >> Updates to the java.xml module following the SecurityManager removal. >> Refactor to remove doPrivilege calls >> Refactor to eliminate dead code assuming getSecurityManager() == null >> Refactor to drop use of AccessControlContext >> Remov

Re: RFR: 8344895: SM cleanup of module java.xml

2024-11-24 Thread Alan Bateman
On Fri, 22 Nov 2024 22:13:00 GMT, Roger Riggs wrote: > Updates to the java.xml module following the SecurityManager removal. > Refactor to remove doPrivilege calls > Refactor to eliminate dead code assuming getSecurityManager() == null > Refactor to drop use of AccessControlContext > Remove (mos

RFR: 8344895: SM cleanup of module java.xml

2024-11-24 Thread Roger Riggs
Updates to the java.xml module following the SecurityManager removal. Refactor to remove doPrivilege calls Refactor to eliminate dead code assuming getSecurityManager() == null Refactor to drop use of AccessControlContext Remove (most) references to SecurityException Remove error messages that ref