Integrated: 8318889: C2: add bailout after assert Bad graph detected in build_loop_late
Emanuel Peter
epeter at openjdk.org
Mon Oct 30 07:20:44 UTC 2023
On Thu, 26 Oct 2023 10:47:28 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> Ensure we do not crash with SIGSEGV in product mode where we do not assert.
> The check is very cheap, and a bailout an adequate solution.
> In debug, we still assert and can fix the bug.
This pull request has now been integrated.
Changeset: 83eb2065
Author: Emanuel Peter <epeter at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/83eb20651f6b5fa0540a339921c8ad0a6d370bb7
Stats: 8 lines in 1 file changed: 6 ins; 2 del; 0 mod
8318889: C2: add bailout after assert Bad graph detected in build_loop_late
Reviewed-by: shade, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/16375
More information about the hotspot-compiler-dev
mailing list