You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob S. Barrett (JIRA)" <ji...@apache.org> on 2019/08/05 23:06:00 UTC

[jira] [Created] (GEODE-7046) Unsafe wrapper routes fieldOffest to internal Unsafe.objectFieldOffest

Jacob S. Barrett created GEODE-7046:
---------------------------------------

             Summary: Unsafe wrapper routes fieldOffest to internal Unsafe.objectFieldOffest
                 Key: GEODE-7046
                 URL: https://issues.apache.org/jira/browse/GEODE-7046
             Project: Geode
          Issue Type: Bug
            Reporter: Jacob S. Barrett


Unsafe wrapper routes {{fieldOffest}} to internal {{Unsafe.objectFieldOffest}} rather than to deprecated {{Unsafe.fieldOffset}}.  {{Unsafe.fieldOffset}} has been removed in Java 11. We should remove our {{fieldOffest}} method and update dependent sources to use either {{objectFieldOffest}} which should route to {{Unsafe.objectFieldOffest}}.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)