RFR: 8259068: Streamline class loader locking
Coleen Phillimore
coleenp at openjdk.java.net
Thu Jan 14 23:30:14 UTC 2021
On Thu, 14 Jan 2021 22:42:39 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> src/hotspot/share/classfile/systemDictionary.cpp line 752:
>>
>>> 750: }
>>> 751:
>>> 752: assert(placeholders()->compute_hash(name) == name_hash, "they're the same hashcode");
>>
>> Why delete this assert?
>
> Ahhh... I see now that you moved it. Okay.
yes.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2071
More information about the hotspot-dev
mailing list