RFR: 8344337: SecurityManager cleanup in java.prefs moduleRemove SecMgr, etc usage from java.prefs
Brent Christian
bchristi at openjdk.org
Tue Nov 19 22:51:49 UTC 2024
On Tue, 19 Nov 2024 19:18:12 GMT, Lance Andersen <lancea at openjdk.org> wrote:
>> Remove usages of SecurityManager, doPrivildged, and AccessController from the java.prefs module.
>
> src/java.prefs/unix/classes/java/util/prefs/FileSystemPreferences.java line 63:
>
>> 61: // };
>> 62: // AccessController.doPrivileged(load);
>> 63: }
>
> Looks like there is some clean up here to do of the commented out code...
Whoops!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22252#discussion_r1849152042
More information about the core-libs-dev
mailing list