Make Class.getProtectionDomain() non-native

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 25
    • Affects Version/s: 24
    • Component/s: hotspot
    • b10

      The protectionDomain field for java.lang.Class is injected by the JVM but not really used by the vm. With the security manager gone, this field can be moved to be a field in java.lang.Class (no extra footprint since we were injecting the oop) and the native accessor function can be all-Java code.

            Assignee:
            Coleen Phillimore
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: