[jdk16] RFR: 8259275: JRuby crashes while resolving invokedynamic instruction [v3]
Yumin Qi
minqi at openjdk.java.net
Tue Jan 12 00:36:58 UTC 2021
On Mon, 11 Jan 2021 21:55:27 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> Please review this proposed change which fixes 2 problems during CDS dump time:
>>
>> - in `ClassListParser::resolve_indy()`, exception could be thrown from `bootstrap_specifier.resolve_bsm()` but was not handled;
>> - in `ConstantPool::remove_unshareable_info()`, tag was not setup correctly on error conditions.
>>
>> Passed tiers 1 - 4 testing.
>
> Calvin Cheung has updated the pull request incrementally with one additional commit since the last revision:
>
> update comment in ClassListParser::resolve_indy()
Looks good!
-------------
Marked as reviewed by minqi (Reviewer).
PR: https://git.openjdk.java.net/jdk16/pull/104
More information about the hotspot-runtime-dev
mailing list