On Wed, 11 Dec 2024 12:17:55 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> A post-SecurityManager removal cleanup task, to remove checkAccess(), > checkMonitorAccess() and checkControlAccess() from > src/java.management/share/classes/sun/management/Util.java (methods are > already no-ops). > > While here, there are a few imports of Util that are unnecessary. > > No changes to the module visibility/exports. This pull request has now been integrated. Changeset: 3f2556b8 Author: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3f2556b86079fbdba848b1ac16b62a376386999b Stats: 16 lines in 4 files changed: 0 ins; 15 del; 1 mod 8345984: Remove redundant checkXXX methods from java.management Util class Reviewed-by: alanb, mchung, cjplummer, sspitsyn ------------- PR: https://git.openjdk.org/jdk/pull/22680