You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2021/09/17 16:00:00 UTC

[jira] [Created] (IGNITE-15536) Use VarHandle to replace UNSAFE in IgniteSpinReadWriteLock

Mirza Aliev created IGNITE-15536:
------------------------------------

             Summary: Use VarHandle to replace UNSAFE in IgniteSpinReadWriteLock
                 Key: IGNITE-15536
                 URL: https://issues.apache.org/jira/browse/IGNITE-15536
             Project: Ignite
          Issue Type: Improvement
            Reporter: Mirza Aliev


We thought to replace Unsafe usage with VarHandle where it is possible. IgniteSpinReadWriteLock needs GridUnsafe.objectFieldOffset, so we need to investigate and replace this unsafe usage using VarHandle



--
This message was sent by Atlassian Jira
(v8.3.4#803005)