RFR: 8272836: Limit run time for java/lang/invoke/LFCaching tests [v2]
Claes Redestad
redestad at openjdk.java.net
Wed Aug 25 22:28:26 UTC 2021
On Wed, 25 Aug 2021 16:31:50 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> See the RFE for discussion.
>>
>> Current PR improves the test time like this:
>>
>>
>> $ make run-test TEST=java/lang/invoke/LFCaching/
>>
>> # Before
>> real 3m51.608s
>> user 5m21.612s
>> sys 0m5.391s
>>
>> # After
>> real 1m13.606s
>> user 2m26.827s
>> sys 0m4.761s
>
> Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - Make the timeout depend on global timeout with lower multiplier
> - Merge branch 'master' into JDK-8272836-perf-test-lfcaching
> - 8272836: Optimize run time for java/lang/invoke/LFCaching tests
Marked as reviewed by redestad (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/5214
More information about the core-libs-dev
mailing list