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

G1: G1CollectedHeap should inherit directly from CollectedHeap

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

      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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: