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