-
Enhancement
-
Resolution: Fixed
-
P5
-
None
-
b115
-
generic
-
generic
-
Not verified
When loading java.lang.invoke infra, the usage of limited version of AccessControl.doPrivileged cause some additional classes (8) to be loaded. Not a big issue really, but we want to improve the startup overhead of this code.
Use of the unlimited doPrivileged version for instances of GetPropertyAction is done prolifically inside the JDK class library, and this instance doesn't seem to really warrant special treatment.
Use of the unlimited doPrivileged version for instances of GetPropertyAction is done prolifically inside the JDK class library, and this instance doesn't seem to really warrant special treatment.