On Thu, 17 Sep 2026 02:34:27 GMT, Vladimir Kozlov <[email protected]> wrote:
>> test/hotspot/jtreg/runtime/cds/appcds/aotCode/AOTCodeTestUnknownExternAddress.java
>> line 40:
>>
>>> 38: * @run driver jdk.test.lib.helpers.ClassFileInstaller -jar app.jar
>>> 39: * TestUnknownAddress
>>> 40: * @run driver/timeout=1500 ${test.main.class}
>>
>> is timeout 1500 is needed for this test
>
> Same here. In tier1 it took max 17 sec on linux-aarch64. I will remove these
> timeout after testing.
I saw that `timeout=480` was added by JDK-8260555: "Change the default
TIMEOUT_FACTOR from 4 to 1"
for tests which did not have timeout specified before. I will change 1500 to
480. And may be move some tests to tier2. Like TestAOTCodeCounters.java and may
be other.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30778#discussion_r4037703381