Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jit compile AccessController.doPrivileged in JDK 24+
AccessController.doPrivileged methods have historically not been compiled by the jit due to security manager use. Starting in JDK 24 the security manager will be removed and these methods can be compiled. Signed-off-by: Theresa Mammarella <[email protected]>
- Loading branch information