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

Lois Foltan lfoltan at openjdk.java.net
Tue Jan 12 19:19:57 UTC 2021


On Tue, 12 Jan 2021 06:35:26 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 per comments from David H.

Looks good, thank you for adding the comment!
Lois

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

Marked as reviewed by lfoltan (Reviewer).

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


More information about the hotspot-runtime-dev mailing list