RFR: 8344336: SM cleanup of java.lang.System, Runtime, String, StackWalker

Roger Riggs rriggs at openjdk.org
Mon Nov 18 15:03:51 UTC 2024


On Fri, 15 Nov 2024 22:43:13 GMT, Eirik Bjørsnøs <eirbjo at openjdk.org> wrote:

>> Removed use of SecurityManager to check permissions.
>> Relaxed defensive copying of byte arrays (due to lack of SM)
>
> src/java.base/share/classes/java/lang/System.java line 1336:
> 
>> 1334:         }
>> 1335: 
>> 1336:         private static Void checkPermission() {
> 
> Seems unused?

Cleanup of the Logger should remove the use in `LoggerFinder()`

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22168#discussion_r1846740457


More information about the core-libs-dev mailing list