Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8268406 Deallocate jmethodID native memory
  3. JDK-8361974

Release Note: Deallocate jmethodID native memory

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 26
    • 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.

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

              Created:
              Updated: