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

Limit printed failures within an object during G1 heap verification

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • 21
    • hotspot
    • gc
    • b14

      Currently the g1 remembered set and liveness heap verification checks G1MaxVerifyFailures after having processed a single object.

      If that object has many references, this can lead to lots and lots of errors being printed before that limit is observed.

      The limit does not need to be precise, but it should avoid filling the disk/log on e.g. a large object array with lots of failing references.

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

              Created:
              Updated:
              Resolved: