Integrated: 8351313: VM crashes when AOTMode/AOTCache/AOTConfiguration are empty

Ioi Lam iklam at openjdk.org
Wed May 7 17:43:19 UTC 2025


On Wed, 7 May 2025 04:06:12 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please review this trivial patch. When `-XX:AOTMode=`, etc, is given on the command line, the global takes on the problematic value `nullptr`. I added constraint functions to forbid such cases.

This pull request has now been integrated.

Changeset: 28e6b7cb
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/28e6b7cb7462b0e231698c86ff57828e9e288087
Stats:     40 lines in 4 files changed: 39 ins; 1 del; 0 mod

8351313: VM crashes when AOTMode/AOTCache/AOTConfiguration are empty

Reviewed-by: ccheung, shade, kvn

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

PR: https://git.openjdk.org/jdk/pull/25078


More information about the hotspot-runtime-dev mailing list