RFR: 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout [v2]
David Holmes
dholmes at openjdk.org
Tue May 9 22:20:27 UTC 2023
On Tue, 9 May 2023 09:04:14 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>> Hi all,
>>
>> This patch increases the delay time of the test `TestAbortOnVMOperationTimeout`
>> so that it can pass on the low performance devices (such as my local riscv64 dev board).
>>
>> And I adjust the gc log options to get more gc log message which is useful to
>> inspect the issue [JDK-8296819](https://bugs.openjdk.org/browse/JDK-8296819).
>>
>> Thanks for the review.
>>
>> Best Regards,
>> -- Guoxiong
>
> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove unnecessary loop. Add bug id. Adjust the action time out.
test/hotspot/jtreg/runtime/Safepoint/TestAbortOnVMOperationTimeout.java line 35:
> 33: * @modules java.base/jdk.internal.misc
> 34: * java.management
> 35: * @run driver/timeout=600 TestAbortOnVMOperationTimeout
Is this change really needed? Do you see timeouts without it?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13878#discussion_r1189182665
More information about the hotspot-runtime-dev
mailing list