You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/10/24 14:36:00 UTC

[jira] [Created] (IGNITE-6740) Java 9: rework DirectBuffer.address() usages

Vladimir Ozerov created IGNITE-6740:
---------------------------------------

             Summary: Java 9: rework DirectBuffer.address() usages
                 Key: IGNITE-6740
                 URL: https://issues.apache.org/jira/browse/IGNITE-6740
             Project: Ignite
          Issue Type: Task
      Security Level: Public (Viewable by anyone)
          Components: general
            Reporter: Vladimir Ozerov
             Fix For: 2.4


We have two usages of {{DirectBuffer.address()}} method which is no longer accessible in Java 9: 
1) {{DirectByteBufferStreamImplV1}}
2) {{DirectByteBufferStreamImplV2}}

Need to rework this code using reflection and/or {{Unsafe}}, so that it compiles and work on all Java versions.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)