Integrated: 8344895: SM cleanup of module java.xml
Roger Riggs
rriggs at openjdk.org
Tue Nov 26 17:11:46 UTC 2024
On Fri, 22 Nov 2024 22:13:00 GMT, Roger Riggs <rriggs at openjdk.org> 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 (most) references to SecurityException
> Remove error messages that refer to security manager.
> Update copyrights and @LastModified dates
>
> Each commit focuses on a particular kind of change (if that's any help when reviewing)
This pull request has now been integrated.
Changeset: d8a23373
Author: Roger Riggs <rriggs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d8a23373c6fb349314c8cceda9608eaac75198fd
Stats: 1013 lines in 73 files changed: 9 ins; 668 del; 336 mod
8344895: SM cleanup of module java.xml
Reviewed-by: joehw
-------------
PR: https://git.openjdk.org/jdk/pull/22334
More information about the core-libs-dev
mailing list