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

Parallel: Limit PSParallelCompact::verify_complete range

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 23
    • 23
    • hotspot
    • gc
    • b26

      After JDK-8329203, regions in dense-prefix don't go through claim->complete process any more -- they are divided among all workers "statically". Therefore, `verify_complete` should skip those regions. Otherwise, one gets false-positive gc warnings, saying that some regions are not marked complete, e.g. running gc/TestFullGCALot.java

      Skip dense-prefix regions in the verification to remove these misleading warnings.

            ayang Albert Yang
            ayang Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: