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

VM GC operations should have a public gc_succeeded()

XMLWordPrintable

    • gc
    • master

      Currently VM GC operations have a prologue_succeeded() method that returns whether the VM operation prologue succeeded and the VM operation is good to be executed.

      Users of prologue_succeeded() are more interested if the entire gc operation succeeded, but use the former for the latter because they are mostly equivalent anyway.

      Hide prologue_succeeded(), and add a gc_succeeded() in the base VM GC operations to improve the intent of the users of prologue_succeeded().

            tschatzl Thomas Schatzl
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: