RFR: 8281771: Crash in java_lang_invoke_MethodType::print_signature [v2]
Leonid Mesnik
lmesnik at openjdk.java.net
Tue Feb 15 07:24:55 UTC 2022
On Tue, 15 Feb 2022 07:10:46 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update src/hotspot/share/classfile/javaClasses.cpp
>>
>> Co-authored-by: Aleksey Shipilëv <shade at redhat.com>
>
> src/hotspot/share/classfile/javaClasses.cpp line 4100:
>
>> 4098: oop rt = rtype(mt);
>> 4099: if (rt != NULL) {
>> 4100: java_lang_Class::print_signature(rtype(mt), st);
>
> Suggestion:
>
> java_lang_Class::print_signature(rt, st);
thanks
-------------
PR: https://git.openjdk.java.net/jdk/pull/7470
More information about the hotspot-runtime-dev
mailing list