RFR: 8255011: [TESTBUG] UnexpectedDeoptimizationAllTest.java timed out [v2]

Nils Eliasson neliasso at openjdk.java.net
Wed Nov 4 15:59:11 UTC 2020


On Tue, 3 Nov 2020 22:14:02 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

>> Nils Eliasson has updated the pull request incrementally with three additional commits since the last revision:
>> 
>>  - changed wait time
>>  - removed file
>>  - simplify_timeout
>
> test/hotspot/jtreg/compiler/codecache/stress/CodeCacheStressRunner.java line 45:
> 
>> 43:             long timeout = Utils.adjustTimeout(Utils.DEFAULT_TEST_TIMEOUT);
>> 44:             timeout *= 0.75;
>> 45:             new TimeLimitedRunner(timeout, 2.0d, this::test).call();
> 
> why do you need `end_time`? won't it be enough to just set `timeout` to 60_000?

I had a much more complex version at first. I realize that now it is equivalent to just setting 60 secs. 

I have fixed in in the update.

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

PR: https://git.openjdk.java.net/jdk/pull/1030


More information about the hotspot-compiler-dev mailing list