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

Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 8u20, 9
    • 9
    • hotspot
    • gc
    • b04

    Backports

      Description

        G1ParCopyClosure::copy_to_survivor_space seems wrongly placed in G1ParCopyClosure:

        - the method does not depend on any template parameter, increasing code size
        - it references G1ParScanThreadState a lot

        Due to that, G1ParScanThreadState seems a good target to move the method to.

        Attachments

          Issue Links

            Activity

              People

                tschatzl Thomas Schatzl
                tschatzl Thomas Schatzl
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: