RFR: 8373411: Crash when PrintSharedArchiveAndExit is enabled but shared heap is disabled [v2]
Ioi Lam
iklam at openjdk.org
Thu Dec 11 14:44:38 UTC 2025
On Thu, 11 Dec 2025 09:35:44 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> jtreg allows running the tests related to a particular bug ID: https://openjdk.org/jtreg/command-help.html -- although I don't know who uses this feature instead of just running the majority of the tests most of the time :)
>>
>>
>> -bug:<bugid> Run only those tests which apply to the given bugid.
>
> OK. I've never felt the need or want to use that :D. I'll add the bugid.
The reason I asked for the bug ID:
The usage in this test is not common: `java -XX:AOTCacheOutput=... -XX:+PrintSharedArchiveAndExit` will not create the specified AOT cache. Having the bug ID will make it easy to understand why the test is written in this way.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28741#discussion_r2610854454
More information about the hotspot-runtime-dev
mailing list