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.
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.