Release Note: Deallocate jmethodID Native Memory

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Delivered
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: hotspot
    • 26

      The internal representation of native method pointers, `jmethodID`, has been changed to no longer be a pointer to the JVM representation of the method. Native code that breaks the abstraction of `jmethodID` to assume this representation will stop working in JDK 26. `jmethodID` is now a unique identifier that the JVM maps to the native JVM Method.

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

              Created:
              Updated:
              Resolved: