RFR: 8352437: Support --add-exports with -XX:+AOTClassLinking [v2]

Ioi Lam iklam at openjdk.org
Thu Mar 27 22:13:04 UTC 2025


On Tue, 25 Mar 2025 04:13:30 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

>> Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains six commits:
>> 
>>  - Fixed whitespaces
>>  - clean up
>>  - 8352437: -XX:+AOTClassLinking is not compatible with --add-export
>>  - added comments
>>  - added comments
>>  - Prototype: support --add-exports in CDS FMG
>
> test/hotspot/jtreg/runtime/cds/appcds/jigsaw/ExactOptionMatch.java line 91:
> 
>> 89: 
>> 90:             // (4) Dump = specified twice, Run = specified twice (but in different order)
>> 91:             //     Should still be able to use FMG (values are sorted by CDS).
> 
> How about add another test case where the values are specified in the same order?

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24124#discussion_r2017659553


More information about the hotspot-dev mailing list