Details
-
Type:
Enhancement
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 12
-
Component/s: security-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b19
Description
Implement a pure-Java version of AccessController.doPrivileged. This enhancement has several benefits. One, it should improve performance by avoiding calls into the JVM. Currently, applications that don't use a SecurityManager still have to incur the expense of doPrivileged. This enhancement should avoid much of that. Second, a pure-Java implementation of AccessController.doPrivileged will avoid having native frames on the stack, which is desirable for Project Loom (https://openjdk.java.net/projects/loom/).
Attachments
Issue Links
- blocks
-
JDK-8213233 [TESTBUG] re-evaluate test/hotspot/jtreg/runtime/JVMDoPrivileged tests following JDK-8212605
-
- Resolved
-
- relates to
-
JDK-8214329 SwingMark SubMenus 9% regression in 12-b19 on Linux client
-
- Resolved
-
-
JDK-8173369 Investigate to implement AccessController.getContext using StackWalker
-
- Resolved
-
-
JDK-8213234 Move LambdaForm.Hidden to jdk.internal.vm.annotation
-
- Resolved
-