Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only support allowed JNI versions #1944

Closed
pshipton opened this issue May 18, 2018 · 2 comments
Closed

Only support allowed JNI versions #1944

pshipton opened this issue May 18, 2018 · 2 comments
Labels

Comments

@pshipton
Copy link
Member

The VM should only allow JNI versions up to the version of the VM being used.

See the comments in #1942.

@gacholio
Copy link
Contributor

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.

@pshipton
Copy link
Member Author

I guess we'll wait until there is an actual problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants