[
https://issues.apache.org/jira/browse/IGNITE-6743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300117#comment-16300117
]
Evgenii Zhuravlev commented on IGNITE-6743:
-------------------------------------------
[~andrey-kuznetsov], I've added my thoughts on upsource, also, I have one more
suggestion: let's move almost all new code from GridUnsafe to IgniteUtils. We
need Unsafe here only for invoking a method on it, so, let's just add something
like the invokeMethod method for GridUnsafe and just use it from IgniteUtils.
> Java 9: rework DirectBuffer.cleaner().clean() usage in GridNioServer
> --------------------------------------------------------------------
>
> Key: IGNITE-6743
> URL: https://issues.apache.org/jira/browse/IGNITE-6743
> Project: Ignite
> Issue Type: Task
> Components: general
> Reporter: Vladimir Ozerov
> Assignee: Andrey Kuznetsov
> Fix For: 2.4
>
>
> When session is closed we clean allocated {{DirectByteBuffer}}-s using
> {{sun.misc.Cleaner}}. Need to rework this piece to reflection-based approach
> which will work for supported Java versions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)