[jdk16] Integrated: 8258236: Segfault in ClassListParser::resolve_indy dumping static AppCDS archive
Calvin Cheung
ccheung at openjdk.java.net
Wed Dec 16 02:41:59 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.
This pull request has now been integrated.
Changeset: b5a3a5b6
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.java.net/jdk16/commit/b5a3a5b6
Stats: 191 lines in 4 files changed: 191 ins; 0 del; 0 mod
8258236: Segfault in ClassListParser::resolve_indy dumping static AppCDS archive
Reviewed-by: redestad, coleenp
-------------
PR: https://git.openjdk.java.net/jdk16/pull/30
More information about the hotspot-runtime-dev
mailing list