-
Enhancement
-
Resolution: Fixed
-
P4
-
9
-
b116
-
generic
-
generic
With encapsulation in place, we can now safely enhance code which currently does this:
AccessController.doPrivileged(new GetPropertyAction(key));
by adding static methods that do the doPrivileged call if necessary.
AccessController.doPrivileged(new GetPropertyAction(key));
by adding static methods that do the doPrivileged call if necessary.
- relates to
-
JDK-8155775 Re-examine naming of privileged methods to access System properties
-
- Resolved
-
-
JDK-8154853 java/util/TimeZone/OldIDMappingTest.sh fails after JDK-8154231
-
- Closed
-