RFR: 8353325: Rewrite appcds/methodHandles test cases to use CDSAppTester [v4]

Calvin Cheung ccheung at openjdk.org
Wed Apr 2 20:50:49 UTC 2025


On Wed, 2 Apr 2025 03:49:05 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> These test cases are rewritten to use CDSAppTester, so that they can also be executed in the new JEP 483 workflow (with `-XX:AOTCache=xxx`, etc). This will increase coverage of current and upcoming AOT features (such as AOT linking of invokedynamic, and AOT method profiling).
>> 
>> These test cases are generated by a bash script. This PR minimizes the generated part so that the main portions of the tests can be modified as a normal java source file.
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed failure with ZGC + AOT test case

Updates look good.

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

Marked as reviewed by ccheung (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24340#pullrequestreview-2737545424


More information about the hotspot-dev mailing list