Release Note: Deallocate jmethodID native memory

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Delivered
    • Priority: P4
    • None
    • 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:
            Unassigned
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: