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

G1: G1CollectedHeap should inherit directly from CollectedHeap

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • P4
    • 9
    • hs24
    • hotspot
    • gc
    • generic
    • generic

    Description

      Currently, G1CollectedHeap inherits from SharedHeap. The reason for this was probably that it got the perm gen from SharedHeap "for free". However, after the perm gen has been removed there's probably no big benefit from inheriting from SharedHeap (G1 doesn't really share much with the GenCollectedHeap GCs). So, we should make G1CH inherit directly from CollectedHeap instead.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tonyp Tony Printezis
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: