RFR: 8356212: runtime/cds/appcds/LotsOfSyntheticClasses.java timed out with -XX:+AOTClassLinking
SendaoYan
syan at openjdk.org
Thu May 8 09:54:51 UTC 2025
On Thu, 8 May 2025 05:06:01 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> The LotsOfSyntheticClasses.java test times out intermittently when the `open/test/hotspot/jtreg:hotspot_aot_classlinking` test group is run with the` -XX:+AOTClassLinking` option on macosx-aarch64 platform.
> Increasing the timeout value from 500 to 800 seems to have addressed the issue.
> With the change, there's no timeout when the test group is run 40 times on macosx-aarch64 with the same option.
Marked as reviewed by syan (Committer).
test/hotspot/jtreg/runtime/cds/appcds/LotsOfSyntheticClasses.java line 37:
> 35: /*
> 36: * @test
> 37: * @summary Try to archive lots and lots of classes.
The copyright header "Copyright Amazon.com Inc" miss the year message.
-------------
PR Review: https://git.openjdk.org/jdk/pull/25111#pullrequestreview-2824435947
PR Review Comment: https://git.openjdk.org/jdk/pull/25111#discussion_r2079285510
More information about the hotspot-runtime-dev
mailing list