RFR: 8321940: Improve CDSHeapVerifier in handling of interned strings [v2]

Ioi Lam iklam at openjdk.org
Fri Dec 15 18:23:54 UTC 2023


On Fri, 15 Dec 2023 05:35:15 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fixed typo
>
> src/hotspot/share/cds/cdsHeapVerifier.cpp line 219:
> 
>> 217:   if (info != nullptr) {
>> 218:     if (value.orig_referrer() == nullptr && java_lang_String::is_instance(orig_obj)) {
>> 219:       // This string object is not refernced by any of the archived object graphs. It's archived
> 
> typo: refernced

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17102#discussion_r1428331993


More information about the hotspot-runtime-dev mailing list