Parallel: Make young and old generation fields nonstatic in ParallelScavengeHeap

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: hotspot
    • gc

      Semantically, young and old generation are part of a heap, so they shouldn't be non-static.

        static PSYoungGen* _young_gen;
        static PSOldGen* _old_gen;

      Make and them non-static.

            Assignee:
            Unassigned
            Reporter:
            Albert Yang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: