RFR: 8353597: Refactor handling VM options for AOT cache input and output [v2]

Ioi Lam iklam at openjdk.org
Thu Apr 3 21:10:51 UTC 2025


On Thu, 3 Apr 2025 19:33:12 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   more clean up
>
> test/hotspot/jtreg/runtime/cds/appcds/AOTFlags.java line 28:
> 
>> 26:  * @test
>> 27:  * @summary "AOT" aliases for traditional CDS command-line options
>> 28:  * @requires vm.cds & vm.compMode != "Xcomp"
> 
> The test completely ignore external VM flags, so it should have  
> `@requires vm.flagless `
> and no Xcomp exclusion is required.

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24401#discussion_r2027743880


More information about the hotspot-runtime-dev mailing list