[jdk16] RFR: 8259275: JRuby crashes while resolving invokedynamic instruction [v3]

Calvin Cheung ccheung at openjdk.java.net
Tue Jan 12 06:41:02 UTC 2021


On Tue, 12 Jan 2021 02:25:28 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   update comment in ClassListParser::resolve_indy()
>
> src/hotspot/share/classfile/classListParser.cpp line 467:
> 
>> 465:   if (HAS_PENDING_EXCEPTION) {
>> 466:     ResourceMark rm(THREAD);
>> 467:     tty->print("resolve_indy for class %s has", class_name_symbol->as_C_string());
> 
> Shouldn't this be using appropriate unified logging?

Ok. I've changed it to `LogTarget(Debug, cds, lambda)`.

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

PR: https://git.openjdk.java.net/jdk16/pull/104


More information about the hotspot-runtime-dev mailing list