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

Shenandoah: fix or cleanup SH::do_full_collection

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • 8-shenandoah, 11-shenandoah, 14, 15
    • hotspot
    • gc

      Currently defined as:

      void ShenandoahHeap::do_full_collection(bool clear_all_soft_refs) {
        //assert(false, "Shouldn't need to do full collections");
      }

      Either it needs to call for the actual GC, or it needs the assert uncommented, or assert needs to be deleted and replaced with the explanation.

            Unassigned Unassigned
            shade Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: