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

Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE

XMLWordPrintable

    • b21

        The Klass::verify_on() is sometimes called on unloaded klasses. It then reads a dead mirror, without using AS_NO_KEEPALIVE, which can make GC barriers feel like :C. In order to make barriers happy, AS_NO_KEEPALIVE should be used when loading dead oops.

              eosterlund Erik Österlund
              eosterlund Erik Österlund
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: