RFR: 8344895: SM cleanup of module java.xml [v2]
Roger Riggs
rriggs at openjdk.org
Mon Nov 25 19:10:17 UTC 2024
On Mon, 25 Nov 2024 16:46:56 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)
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>
> Refactored to remove SecuritySupport.getSystemProperty.
> Replace callers with System.getProperty.
> Simplified iterator in XMLReaderFactory
The refactoring changes have settled, no more changes are expected. Waiting for reviews.
Full Tier 1-3 tests pass.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22334#issuecomment-2498821294
More information about the core-libs-dev
mailing list