[jdk16] RFR: 8258236: Segfault in ClassListParser::resolve_indy dumping static AppCDS archive
Claes Redestad
redestad at openjdk.java.net
Tue Dec 15 23:28:02 UTC 2020
On Tue, 15 Dec 2020 23:08:42 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Please review this change for JDK 16.
>
> In ClassListParser::resolve_indy, if a class has previously failed verification, don't proceed with resolve indy for that class to avoid dereferencing a null cpcache pointer.
>
> Passed tiers 1,2,3,4 tests.
Fix and tests looks good!
-------------
Marked as reviewed by redestad (Reviewer).
PR: https://git.openjdk.java.net/jdk16/pull/30
More information about the hotspot-runtime-dev
mailing list