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

Create a parallel version to support JDK14/15 (mostly for off-heap memory management) #133

Open
sanastas opened this issue Feb 28, 2021 · 0 comments
Labels
enhancement New feature or request HackTogether

Comments

@sanastas
Copy link
Contributor

Base all of the off-heap memory management on new Java14/15 VarHandle API, without unsafe usage. Other than memory management, the rest of the code should be easily transferred to JDK14. The reason for the change is to allow much wider using for Oak.

Implementing this issue requires a significant code writing: new (alternative) Block, BlockPool, MemoryAllocator, MemoryManager etc.

For more explanations feel free to add questions in this issue.

@sanastas sanastas added enhancement New feature or request HackTogether labels Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HackTogether
Projects
None yet
Development

No branches or pull requests

1 participant