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

Calvin Cheung ccheung at openjdk.org
Wed May 7 06:27:12 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.

Looks good. IMO, it's a trivial fix.

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

Marked as reviewed by ccheung (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25078#pullrequestreview-2820494991


More information about the hotspot-runtime-dev mailing list