Oak icon indicating copy to clipboard operation
Oak copied to clipboard

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

Open sanastas opened this issue 4 years ago • 0 comments

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 avatar Feb 28 '21 08:02 sanastas