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

Examine usages of VM.getSavedProperty after JEP 486

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • core-libs

      Before JEP486, some code used VM.getSavedProperty instead of System.getProperty to avoid circularity issues with custom security managers, see an example in this post-JEP486 cleanup PR: https://github.com/openjdk/jdk/pull/22141#discussion_r1844121917

      Now that custom security managers are no longer a thing, uses of VM.getSavedProperty should be examined to see if they can be replaced with System.getProperty.

            Unassigned Unassigned
            eirbjo Eirik Bjørsnøs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: