RFR: 8344336: SM cleanup of java.lang.System, Runtime, String, StackWalker
Alan Bateman
alanb at openjdk.org
Wed Nov 20 20:21:58 UTC 2024
On Wed, 20 Nov 2024 19:42:58 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
> Removed use of SecurityManager to check permissions.
> Relaxed defensive copying of byte arrays (due to lack of SM)
>
> Refresh of PR#22168 Including review comments made there.
I agree with Daniel that LOGGERFINDER_PERMISSION and the special constructor to ensure the permission check can be removed. I skimmed through the rest, including the change to Module since the other PR, and it looks fine.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22282#issuecomment-2489468887
More information about the core-libs-dev
mailing list