Description
We attach special cleaner to PlatformMemoryPool using sun.misc.Cleaner.create method. This way we ensure that thread-local native memory (which is used to pass data between platform and Java) is released properly.
Need to rework this API to reflection-based approach, which works for both Java 7/8 and Java 9.
Attachments
Issue Links
- Is contained by
-
IGNITE-6728 Support Java 9
- Resolved
- links to