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

AARCH64: Missing memory barriers for CMS collector

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • None
    • hotspot
    • b89
    • aarch64

        While we have StoreStore barriers to keep card table updates in the right place in C2, we do not have them in C1 or in the interpreter. This is a window in which concurrent marking the old generation may see a null pointer instead of a real object pointer and miss marking an object.

              aph Andrew Haley
              aph Andrew Haley
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: