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

If G1DeferredRSUpdate is disabled, card redirtying time is not updated, causing a failed assertion

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 9
    • 8, 9
    • hotspot
    • gc

      If G1DeferredRSUpdate is disabled, the current G1 Code does not update the redirty-logged-cards detailed timing. In combination with -XX:G1LogLevel=finest, this causes an assertion failure.

      The fix is to properly initialize the records (or set them to zero if G1DeferredRSUpdateis not set).

      Also consider hiding this entire phase in the timing output because its not done at all.

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

              Created:
              Updated:
              Resolved: