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

GenShen: Reserve regions within each generation's freeset until available is sufficient

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • None
    • hotspot
    • gc

      This fixes a bug that was introduced when upstream enhanced freeset implementation was downported into Generational Shenandoah. This bug does not exist in openjdk/jdk traditional Shenandoah.

      Currently, we are reserving regions until the capacity of each partition matches the requested reserve quantity. Capacity includes memory that is already used. Instead, we need to reserve regions until the available memory within each partition matches the requested reserve quantity.

            kdnilsen Kelvin Nilsen
            kdnilsen Kelvin Nilsen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: