From lkuskov at openjdk.org Wed Feb 5 23:42:47 2025 From: lkuskov at openjdk.org (Leonid Kuskov) Date: Wed, 5 Feb 2025 23:42:47 GMT Subject: RFR: 7903880: Check if JCov needs an update for security manager removal Message-ID: [7903880](https://bugs.openjdk.org/browse/CODETOOLS-7903880) The fix removes leftovers from the security API (java.security.AccessController, java.security.PrivilegedAction) that work in conjunction with the Security Manager and are subject to removal in a future version. ------------- Commit messages: - 7903880: Check if JCov needs an update for security manager removal Changes: https://git.openjdk.org/jcov/pull/57/files Webrev: https://webrevs.openjdk.org/?repo=jcov&pr=57&range=00 Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903880 Stats: 27 lines in 4 files changed: 0 ins; 14 del; 13 mod Patch: https://git.openjdk.org/jcov/pull/57.diff Fetch: git fetch https://git.openjdk.org/jcov.git pull/57/head:pull/57 PR: https://git.openjdk.org/jcov/pull/57 From shurailine at openjdk.org Wed Feb 5 23:53:20 2025 From: shurailine at openjdk.org (Alexandre Iline) Date: Wed, 5 Feb 2025 23:53:20 GMT Subject: RFR: 7903880: Check if JCov needs an update for security manager removal In-Reply-To: References: Message-ID: On Wed, 5 Feb 2025 23:37:35 GMT, Leonid Kuskov wrote: > [7903880](https://bugs.openjdk.org/browse/CODETOOLS-7903880) > The fix removes leftovers from the security API (java.security.AccessController, java.security.PrivilegedAction) that work in conjunction with the Security Manager and are subject to removal in a future version. Marked as reviewed by shurailine (Reviewer). ------------- PR Review: https://git.openjdk.org/jcov/pull/57#pullrequestreview-2597247897 From lkuskov at openjdk.org Wed Feb 5 23:56:20 2025 From: lkuskov at openjdk.org (Leonid Kuskov) Date: Wed, 5 Feb 2025 23:56:20 GMT Subject: Integrated: 7903880: Check if JCov needs an update for security manager removal In-Reply-To: References: Message-ID: On Wed, 5 Feb 2025 23:37:35 GMT, Leonid Kuskov wrote: > [7903880](https://bugs.openjdk.org/browse/CODETOOLS-7903880) > The fix removes leftovers from the security API (java.security.AccessController, java.security.PrivilegedAction) that work in conjunction with the Security Manager and are subject to removal in a future version. This pull request has now been integrated. Changeset: 29e9fdf0 Author: Leonid Kuskov URL: https://git.openjdk.org/jcov/commit/29e9fdf06ef195f25c121b5069e2292d48bcbeb5 Stats: 27 lines in 4 files changed: 0 ins; 14 del; 13 mod 7903880: Check if JCov needs an update for security manager removal Reviewed-by: shurailine ------------- PR: https://git.openjdk.org/jcov/pull/57