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

Make Class.getProtectionDomain() non-native

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 25
    • 24
    • 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.

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

              Created:
              Updated:
              Resolved: