-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.3.0
-
Component/s: security-libs
-
None
-
beta
-
generic
-
generic
AccessControlContext.optimize is missing some important optimizations, in that it fails to take advantage of the fact that the protection domains in a privileged or inherited context have already been compressed and therefore don't need to be recompressed. There is also complete duplication of code for combining the stack context with a privileged context and combining the stack context with the inherited context, even though the two code paths do the same thing.
- relates to
-
JDK-4227199 Performance tuning: Improve Performance w/SecurityManager
-
- Resolved
-
-
JDK-4322339 AccessControlContext.combineWithPrivilegedContext can throw NullPointerException
-
- Closed
-