-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
Static helpers in MemoryAccess do not have @ForceInline. As a result, when client code packs a lot of static accessors in a single, hot method, performances deteriorates, as C2 refuses to inline the static accessors.
The same problem cannot be reproduced with plain var handle access.
The same problem cannot be reproduced with plain var handle access.