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

Some methods in G1RemSet are virtual unnecessarily

XMLWordPrintable

    • gc
    • b21
    • generic
    • generic

      G1RemSet has a number of virtual functions, yet is derived from CHeapObj and has no subclasses. Of most interest is refine_card(); making it non-virtual should provide some performance benefit. The others are two print functions and prepare_for_verify().

            jprovino Joseph Provino (Inactive)
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: