SerialGC: Allow SerialHeap::allocate_loaded_archive_space expand old_gen

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: None
    • Component/s: hotspot
    • gc
    • b27

      `SerialHeap::allocate_loaded_archive_space` does currently not expand the old gen when allocating the archive space. This will cause problems when a not streamed aot archive cannot fit within the initial old size.

      I propose we change this work like `ParallelHeap::allocate_loaded_archive_space` where we allow for old generation expansion.

      The not streamed aot archive will now only be limited by the max old size rather than the initial old size.

            Assignee:
            Axel Boldt-Christmas
            Reporter:
            Axel Boldt-Christmas
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: