On Wed, 20 Nov 2024 09:38:05 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review for this change which removes SecurityManager > usages from `jdk.jlink` module? This addresses > https://bugs.openjdk.org/browse/JDK-8344524. > > The internal class `jdk.tools.jlink.internal.JlinkPermission` too has been > removed as part of this change. > > No new tests have been added and existing tier1, tier2 and tier3 tests > continue to pass with this change. This pull request has now been integrated. Changeset: 400eb9b1 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/400eb9b10ae0e53e58893b7ea5233d2d2e4046b6 Stats: 61 lines in 3 files changed: 0 ins; 60 del; 1 mod 8344524: Remove SecurityManager related code from jdk.jlink module Reviewed-by: alanb, lancea, iris ------------- PR: https://git.openjdk.org/jdk/pull/22268