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

G1Mux2Closure should disable implicit oop verification

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • hotspot
    • gc
    • b10

      G1Mux2Closure is used by verification to verify and in case of error print out g1 specific error messages.

      However, since G1Mux2Closure is an OopClosure, it is actually wrapped by NoHeaderExtendedOopClosure in oop_iterate* calls. ExtendedOopClosure has its own verification that is very generic, and may trigger in the same situations as G1Mux2Closure.

      Disable this implicit verification for G1Mux2Closure so that we always get the g1 specific error messages.

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

              Created:
              Updated:
              Resolved: