RFR: 8344337: SecurityManager cleanup in java.prefs moduleRemove SecMgr, etc usage from java.prefs [v3]

Brian Burkhalter bpb at openjdk.org
Tue Nov 19 23:39:16 UTC 2024


On Tue, 19 Nov 2024 23:16:38 GMT, Brent Christian <bchristi at openjdk.org> wrote:

>> Remove usages of SecurityManager, doPrivildged, and AccessController from the java.prefs module.
>
> Brent Christian has updated the pull request incrementally with one additional commit since the last revision:
> 
>   One more comment removal; fix 1 indent

I think the try-block at line 137 in FileSystemPreferences would be more readable if it were indented. I know it was not indented in the original, either.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22252#issuecomment-2486985694


More information about the core-libs-dev mailing list