RFR: 7903750: TimeBudget (-tb) does not fulfill its promisses [v6]
Jiří Vaněk
jvanek at openjdk.org
Wed Mar 26 14:01:37 UTC 2025
On Wed, 26 Mar 2025 08:42:14 GMT, Galder Zamarreño <galder at openjdk.org> wrote:
>> Jiří Vaněk has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - directly return new instance without intermediate variable
>>
>> Co-authored-by: Galder Zamarreño <galder at redhat.com>
>> - Removed table like formatting for time budget warnning
>
> jcstress-core/src/main/java/org/openjdk/jcstress/JCStress.java line 89:
>
>> 87:
>> 88: private TimeBudget getTimeBudget(ConfigsWithScheduler config) {
>> 89: TimeBudget timeBudget = new TimeBudget(config.configs.size(), opts.timeBudget());
>
> Remove this line, not necessary now.
:facepalm:
-------------
PR Review Comment: https://git.openjdk.org/jcstress/pull/161#discussion_r2014211322
More information about the jcstress-dev
mailing list