RFR: 8363928: Specifying AOTCacheOutput with a blank path causes the JVM to crash
Calvin Cheung
ccheung at openjdk.org
Tue Jul 29 17:46:02 UTC 2025
On Mon, 28 Jul 2025 23:35:59 GMT, Vladimir Kozlov <kvn 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.
>
> Good.
Thanks @vnkozlov @iklam for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26518#issuecomment-3133453780
More information about the hotspot-runtime-dev
mailing list