RFR: 8309140: ResourceHashtable failed "assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this) failed: lost resource object" [v3]

Justin Gu duke at openjdk.org
Tue Jun 27 16:06:10 UTC 2023


On Tue, 27 Jun 2023 06:58:11 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Justin Gu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fixed typedef names
>
> src/hotspot/share/classfile/systemDictionary.cpp line 116:
> 
>> 114: };
>> 115: 
>> 116: using InvokeMethodIntrisicTable = ResourceHashtable<InvokeMethodKey, Method*, 139, AnyObj::C_HEAP, mtClass,
> 
> There is a typo in this name `Intrisic` rather than `Intrinsic`.

Just pushed the new changes that fixes these typos.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14601#discussion_r1243997950


More information about the hotspot-dev mailing list