RFR: 8315231: runtime/cds/appcds/dynamicArchive/RedefineCallerClassTest.java timed out
Calvin Cheung
ccheung at openjdk.org
Wed Jul 10 20:09:19 UTC 2024
When this test is run with the `-Xcomp -UseAVX=3` VM options, the `test.timeout.factor` is set to 4 (default value) which is insufficient in some platforms especially on Windows. Increasing the timeout value for this test. If later more tests are timing out, we can consider increasing the `test.timeout.factor` for all the tests running with the above VM options.
Testing: ran the test 20 times with the `-Xcomp -UseAVX=3` VM options on windows-x64 and linux-x64 platforms.
-------------
Commit messages:
- 8315231: runtime/cds/appcds/dynamicArchive/RedefineCallerClassTest.java timed out
Changes: https://git.openjdk.org/jdk/pull/20121/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20121&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8315231
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/20121.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20121/head:pull/20121
PR: https://git.openjdk.org/jdk/pull/20121
More information about the hotspot-runtime-dev
mailing list