MemoryAcccess methods are missing @ForceInline annotations

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: repo-panama
    • Component/s: tools

      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.

            Assignee:
            Maurizio Cimadamore
            Reporter:
            Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: