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

java 9 valid direct byte buffer release #228

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Conversation

bokken
Copy link
Contributor

@bokken bokken commented Jan 14, 2019

Address #224 by using api available in java 9 (if present) to release direct byte buffer

@bokken
Copy link
Contributor Author

bokken commented Jan 15, 2019

This change is not compatible with java 6 (it uses MethodHandle introduced in java 7).
It is going to be somewhat challenging to (efficiently) support aggressively releasing direct memory with java 6-11.

@xerial xerial self-requested a review January 16, 2019 19:31
@xerial
Copy link
Owner

xerial commented Jan 16, 2019

java6-7 are safe to drop the support. We need to add TravisCI test for Java 11 and Java 8.

@xerial xerial merged commit de99182 into xerial:master Mar 21, 2019
@xerial xerial mentioned this pull request Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants