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

ZGC: Move some page resets and verification to callsites

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • None
    • hotspot
    • gc
    • b15

      Currently, ZPage::reset() does different things depending on where the page is being reset and what it will be used for. This leads to checks being somewhat hard to understand and to follow the edge-cases of.

      By moving some of the reset logic that is now part of ZPage::reset() to the callsite, some operations can be made easier to understand the reason behind when reading the code.

            jsikstro Joel Sikstrom
            jsikstro Joel Sikstrom
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: