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

heapRegionManager is missing volatile specifier for _claims.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b140
    • generic
    • generic

      The HeapRegionManager is missing a volatile specifier for _claims, which is part of a lock-free protocol. This leads to less robust behaviour that can break when unlucky with compilers.

      This is part of the larger CR JDK-8033552, which grew too large, and this is a part of those problems.

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

              Created:
              Updated:
              Resolved: