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

ZGC: ZHeapIterator visits armed nmethods with -XX:-ClassUnloading

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • gc
    • b22

      When class unloading is turned off, we visit the all the nmethods in the CodeCache. However, we've only "processed" nmethods on the thread stacks, or visited during a concurrent phase.

      Currently, this bug is benign, since we apply a load barrier to each individual oop.

            stefank Stefan Karlsson
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: