RFR: 8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout [v2]

Daniel D. Daugherty dcubed at openjdk.org
Wed May 10 15:42:22 UTC 2023


On Wed, 10 May 2023 15:24:50 GMT, Guoxiong Li <gli at openjdk.org> wrote:

>> When I run the test via:
>> 
>> $ make CONF=macosx-x86_64-normal-server-fastdebug run-test TEST=runtime/Safepoint/TestAbortOnVMOperationTimeout.java
>> 
>> 
>> The .jtr file shows this value: `-J-Dtest.timeout.factor=4.0`
>
>> What is your environment's timeoutFactor value?
> 
> I haven't changed the default value. So it should be 4.
> 
>> Also, how are you running the test?
> 
> I used the command `make test Test=runtime/Safepoint/TestAbortOnVMOperationTimeout.java`.

Please search your .jtr file for your run for the pattern: "test.timeout.factor"
and report the results here.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13878#discussion_r1190094880


More information about the hotspot-runtime-dev mailing list