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

gcTaskThread is missing volatile specifier and barriers for _time_stamps.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • None
    • 9
    • hotspot
    • gc
    • generic
    • generic

      gcTaskThread is missing both volatile specifiers on _time_stamps, as well as acquire barriers on accesses, leading to undefined behavior when manipulating it.

      This is part of the larger CR JDK-8033552, but that CR grew too large and this was split out.

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

              Created:
              Updated:
              Resolved: