Remembered set summarization accesses not fully initialized java thread DCQS

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 10
    • Affects Version/s: 9, 10
    • Component/s: hotspot
    • gc
    • b21

      In the constructor of G1RemSet the _prev_period_summary will be initialized if remembered set statistics tracking is enabled.

      This initialization accesses JavaThread::dirty_card_queue_set() on which the initialize() method has not been called yet.

      From what I understand this is a benign issue, but we have a bad case of initialization ordering dependency here.

            Assignee:
            Thomas Schatzl
            Reporter:
            Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: