Integrated: 8363928: Specifying AOTCacheOutput with a blank path causes the JVM to crash
Calvin Cheung
ccheung at openjdk.org
Tue Jul 29 17:46:03 UTC 2025
On Mon, 28 Jul 2025 22:23:36 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> Added a constraint check for the `AOTCacheOutput` option in order to avoid VM crash in case an empty value is specified.
> Update `aotFlags/AOTFlags.java` to test this scenario.
>
> Testing: ran test locally on linux-x64.
This pull request has now been integrated.
Changeset: ea754316
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ea754316fd6d691a701dfb4bc921ea8c92dc5dd4
Stats: 11 lines in 4 files changed: 11 ins; 0 del; 0 mod
8363928: Specifying AOTCacheOutput with a blank path causes the JVM to crash
Reviewed-by: kvn, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/26518
More information about the hotspot-runtime-dev
mailing list