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

Parallel: Make young and old generation fields nonstatic in ParallelScavengeHeap

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • 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.

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

              Created:
              Updated: