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

Rework ResolvedMethodTable verification

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 13
    • None
    • hotspot
    • None
    • b18

      The current verification is run when concurrent work is triggered. It performs a quadratic search for duplicate entries.

      The proposal is to add a linear verification that the vmtarget contains a valid method that's not old. This verification will be added to Universe::verify, and run when the different -XX:Verify<When> flags are enabled.

            stefank Stefan Karlsson
            stefank Stefan Karlsson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: