RFR: 8222558: Rework ResolvedMethodTable verification
Stefan Karlsson
stefan.karlsson at oracle.com
Wed Apr 17 12:11:47 UTC 2019
Thanks Coleen.
StefanK
On 2019-04-17 13:37, coleen.phillimore at oracle.com wrote:
> This looks good too.
> Coleen
>
> On 4/16/19 5:00 PM, Stefan Karlsson wrote:
>> Hi all,
>>
>> Please review this patch to rework the ResolvedMethodTable verification.
>>
>> https://cr.openjdk.java.net/~stefank/8222558/webrev.01/
>> https://bugs.openjdk.java.net/browse/JDK-8222558
>>
>> The patch removes the quadratic search for duplicate entries, and
>> adds a linear scan that checks that the vmtargets are non-old
>> methods. The verification is moved to be run when Universe::verify is
>> called.
>>
>> Testing tier1-3.
>>
>> Thanks,
>> StefanK
>
More information about the hotspot-runtime-dev
mailing list