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

Daniel D. Daugherty dcubed at openjdk.org
Wed May 10 16:06:16 UTC 2023


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

>> Please search your .jtr file for your run for the pattern: "test.timeout.factor"
>> and report the results here.
>
> I see the text `-J-Dtest.timeout.factor=4.0` in the log.

When you get a timeout with 'timeout=480', what 'elapsed time' values are in the '.jtr' file.
For my 'fastdebug' run, I see:

$ grep 'elapsed time' build/macosx-x86_64-normal-server-fastdebug/test-support/jtreg_open_test_hotspot_jtreg_runtime_Safepoint_TestAbortOnVMOperationTimeout_java/runtime/Safepoint/TestAbortOnVMOperationTimeout.jtr
elapsed time (seconds): 3.458
elapsed time (seconds): 3.455
elapsed time (seconds): 10.176

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

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


More information about the hotspot-runtime-dev mailing list