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

Move G1ParCopyClosure::copy_to_survivor_space into G1ParScanThreadState

XMLWordPrintable

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

        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.

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

                Created:
                Updated:
                Resolved: