RFR: 8281771: Crash in java_lang_invoke_MethodType::print_signature
David Holmes
dholmes at openjdk.java.net
Tue Feb 15 07:06:08 UTC 2022
On Tue, 15 Feb 2022 06:43:02 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> The crash happens in java.lang.invoke.MethodType.<init> when VM tries to print this objec while rtype and ptypes are not initialized yet. So the fix is just to check if they are not NULL.
Hi Leonid,
Looks good.
Thanks,
David
-------------
Marked as reviewed by dholmes (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7470
More information about the hotspot-runtime-dev
mailing list