Aarch64: Add support for Concurrent Class Unloading

XMLWordPrintable

    • gc
    • b21
    • aarch64
    • linux

      To further improve pause times, we'll need to implement concurrent class unloading for Aarch64. This is dependent on ZGC being merged.

      The fundamental problem to be solved is how we implement the nmethod entry barrier, as the method used by x86 won't use - we can't atomically change an immediate address atomically. In principle we could expand on the entry barrier used already on aarch64, but perhaps expand it's applicability to nmethod entry too.

            Assignee:
            Stuart Monteith
            Reporter:
            Stuart Monteith
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: