RFR: 8273659: Replay compilation crashes with SIGSEGV

Dean Long dlong at openjdk.java.net
Mon Sep 13 22:14:13 UTC 2021


On Mon, 13 Sep 2021 11:31:24 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> I noticed replay fails when it encounters classes that it can't
> resolve (when running with -XX:+ReplayIgnoreInitErrors).

src/hotspot/share/ci/ciReplay.cpp line 445:

> 443:       if (k == NULL) {
> 444:         return NULL;
> 445:       }

Do we need a call to report_error() for a descriptive message for these failure paths?

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

PR: https://git.openjdk.java.net/jdk/pull/5490


More information about the hotspot-compiler-dev mailing list