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

Don't use G1RootProcessor when scanning remembered sets

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • hotspot
    • gc
    • b83

        Currently in G1 we tunnel calls to scan the remembered sets through a G1RootProcessor object.
        The only purpose of this is to pass the call on to the G1RemSet class.

        It would be more clear to simply separate these code paths.
        This will also require that G1CodeBlobClosure move to its own source file.

              mgerdin Mikael Gerdin (Inactive)
              mgerdin Mikael Gerdin (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: