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

G1: Move Root Region Scan Waiting outside collection in logs

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • 20
    • hotspot
    • gc
    • b02

      The `Root Region Scan Waiting` phase is printed inside `G1GCPhaseTimes::print_pre_evacuate_collection_set`. However, in `G1YoungCollector::collect`, `wait_for_root_region_scanning` is called before collection-start, i.e. `record_young_collection_start/pre_evacuate_collection_set`. Therefore, `Root Region Scan Waiting` should be printed earlier to match the actual order.

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

              Created:
              Updated:
              Resolved: