Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8154231

Simplify access to System properties from JDK code

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • 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.

            redestad Claes Redestad
            redestad Claes Redestad
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: