On Thu, 3 Apr 2025 19:33:12 GMT, Leonid Mesnik <lmes...@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