We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to load test a few scenarios to get a certainty that resource management is proper.
These tests should be done with generated bindings, and if possible, with the support library.
Test large number of JNI references without freeing.
Test large number of JNI calls with scoped reference management:
Verify a call returning primitive type does not create any JNI references.
Verify that class references are being cached.
Verify native finalizers are being invoked after a forced GC, and that JNI references are actually being freed.
Verify a reference is not inadvertently deleted with passage of time.
The text was updated successfully, but these errors were encountered:
mahesh-hegde
Successfully merging a pull request may close this issue.
We need to load test a few scenarios to get a certainty that resource management is proper.
These tests should be done with generated bindings, and if possible, with the support library.
Test large number of JNI references without freeing.
Test large number of JNI calls with scoped reference management:
Verify a call returning primitive type does not create any JNI references.
Verify that class references are being cached.
Verify native finalizers are being invoked after a forced GC, and that JNI references are actually being freed.
Verify a reference is not inadvertently deleted with passage of time.
The text was updated successfully, but these errors were encountered: