On Wed, 4 Dec 2024 10:16:53 GMT, Kevin Walls <kev...@openjdk.org> wrote:
>> Remove redundant SecurityManager, AccessController references >> (following on from JDK-8338411: Implement JEP 486: Permanently Disable the >> Security Manager). > > Kevin Walls has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains 18 commits: > > - Merge > - Merge remote-tracking branch 'upstream/master' into java_management_post_sm > - Exception handling > - tidyup > - Suppression tidyup > - unnecessary variables > - remove redundant method > - Merge remote-tracking branch 'upstream/master' into java_management_post_sm > - ReflectUtil removals > - Remove checkPackageAccess calls > - ... and 8 more: https://git.openjdk.org/jdk/compare/994504c3...1437532f Merged with master after PR 22478 is integrated - that had the same changes for src/java.management/share/classes/sun/management/VMManagementImpl.java (that file is still appears in this PR with a change, as I'd removed another of the existing extra spaces). ------------- PR Comment: https://git.openjdk.org/jdk/pull/22100#issuecomment-2516850015