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

G1: Remove unnecessary assert_empty in G1ParScanThreadStateSet destructor

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 22
    • None
    • hotspot
    • gc
    • b02

      ```
      _preserved_marks_set.assert_empty();
      _preserved_marks_set.reclaim();
      ```

      The same assert_empty is already called inside `reclaim`.

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

              Created:
              Updated:
              Resolved: