You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any real reason for this? The table will support the new calls regardless of version (it's been crafted so that later versions only add to or use unused entries). There's no enforcement on using calls from later JNI versions regardless of the version requested.
The VM should only allow JNI versions up to the version of the VM being used.
See the comments in #1942.
The text was updated successfully, but these errors were encountered: