RFR: 8344534: Remove leftover import of java.security.AccessControlContext in JavaLangAccess
Alan Bateman
alanb at openjdk.org
Tue Nov 19 11:57:52 UTC 2024
On Tue, 19 Nov 2024 10:48:37 GMT, Eirik Bjørsnøs <eirbjo at openjdk.org> wrote:
> Please review this trivial cleanup of an unused import of `AccessControlContext ` in `JavaLangAccess`.
>
> This was left over after #22035 removed `JavaLangAccess::newThreadWithAcc(Runnable, AccessControlContext)`.
>
> Verification: `make images` succeeds.
Okay but hardly worth doing as JLA is changed very frequently so any unused imports will be quickly removed.
-------------
Marked as reviewed by alanb (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22234#pullrequestreview-2445236624
More information about the core-libs-dev
mailing list