On Tue, 19 Nov 2024 10:48:37 GMT, Eirik Bjørsnøs <eir...@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. This pull request has now been integrated. Changeset: 23597361 Author: Eirik Bjørsnøs <eir...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/235973615fbad7073df67167ab1cb4d40b6f1ab5 Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod 8344534: Remove leftover import of java.security.AccessControlContext in JavaLangAccess Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/22234