Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8216557

Aarch64: Add support for Concurrent Class Unloading

    XMLWordPrintable

Details

    • gc
    • b21
    • aarch64
    • linux

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: