Integrated: 8345286: Remove use of SecurityManager API from misc areas
Jaikiran Pai
jpai at openjdk.org
Wed Dec 4 09:27:48 UTC 2024
On Mon, 2 Dec 2024 12:13:57 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Can I please get a review of this change which removes usages of SecurityManager related APIs and some leftover related to SecurityManager changes?
>
> This addresses https://bugs.openjdk.org/browse/JDK-8345286. Most of these changes are trivial. The `src/java.base/linux/classes/jdk/internal/platform/CgroupUtil.java` used to expose utility methods for dealing with SecurityManager permissions and it was called from a few places. That class is no longer needed with the clean up done in this PR.
>
> No new tests have been introduced and tier testing is currently in progress.
This pull request has now been integrated.
Changeset: 3d49665b
Author: Jaikiran Pai <jpai at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3d49665b85619038c082566b0bc38c0ebe5f752e
Stats: 269 lines in 22 files changed: 8 ins; 226 del; 35 mod
8345286: Remove use of SecurityManager API from misc areas
Reviewed-by: alanb, kevinw, sgehwolf
-------------
PR: https://git.openjdk.org/jdk/pull/22478
More information about the core-libs-dev
mailing list