RFR: 8353325: Rewrite appcds/methodHandles test cases to use CDSAppTester [v2]
Ioi Lam
iklam at openjdk.org
Tue Apr 1 15:45:39 UTC 2025
> 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:
@calvinccheung comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24340/files
- new: https://git.openjdk.org/jdk/pull/24340/files/43c36d65..6a62ae00
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24340&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24340&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/24340.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24340/head:pull/24340
PR: https://git.openjdk.org/jdk/pull/24340
More information about the hotspot-dev
mailing list