Details
Description
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.
Attachments
Issue Links
- 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
-