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

[CRaC] Avoid two consecutive GCs before checkpointing

XMLWordPrintable

    • Fix Understood

      Currently, we call `System.gc()` in the `beforeCheckpoint()` callback of `java.lang.Reference` and `Universe::heap()->collect(GCCause::_full_gc_alot)` right afterwards in `os::Linux::checkpoint()`.

      It would be preferable if we could combine them into a single full GC.

            simonis Volker Simonis
            simonis Volker Simonis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: