Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8079555 REDO - Determining the desired PLAB size adjusts to the the number of threads at the wrong place
  3. JDK-8079556

BACKOUT - Determining the desired PLAB size adjusts to the the number of threads at the wrong place

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Fixed
    • Icon: P1 P1
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b66

        After the change the size returned by PLABStats::desired_plab_sz() could get below the minimum PLAB size due to truncating integer division in that function, and actually missing alignment. This results in several places getting the wrong results because of this broken invariant.

        The fix will take more than a day and this change is now blocking a push of hs-gc to main.

              jwilhelm Jesper Wilhelmsson
              jwilhelm Jesper Wilhelmsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: