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

G1: Simplify parallel and serial verification code paths

XMLWordPrintable

    • gc
    • b23

      In G1HeapVerifier::verify there is this code that optimizes verification by splitting out single- and multi-threaded operation.

      The way it's done is unnecessary: further, this is verification code that will take much much longer than the additional thread switch, so for code simplicity it is useful to simplify that code.

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

              Created:
              Updated:
              Resolved: