7903750: TimeBudget (-tb) does not fulfill its promisses#161
7903750: TimeBudget (-tb) does not fulfill its promisses#161judovana wants to merge 11 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back jvanek! A progress list of the required criteria for merging this PR into |
|
❗ This change is not yet ready to be integrated. |
Webrevs
|
|
hi @galderz ! TYVM for eyeball! I had adjusted to all of your comments, and left few question marks. Hope that is ok. thank you again! (If I missed any, it was not intentional) |
|
tyvm! |
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
loosing faith |
|
Loosing the faith... |
|
../live.. |
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
Faith restored! |
|
Please pull/rebase to current master :) |
Required two small refactorings to get nice code reused
- ms -= TimeUnit.HOURS.toMillis(hours); - ms -= TimeUnit.MINUTES.toMillis(minutes);
The NPE workaround was causing NPE to be only delayed for later
Co-authored-by: Galder Zamarreño <galder@redhat.com>
7b68f54 to
cbedff7
Compare
|
@judovana Please do not rebase or force-push to an active PR as it invalidates existing review comments. Note for future reference, the bots always squash all changes into a single commit automatically as part of the integration. See OpenJDK Developers’ Guide for more information. |
|
hi! All my PRs rebased. |
|
faith restored |
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
Is there hope? |
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
Loosing the faith... |
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
@judovana This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
|
/open |
|
@judovana This pull request is now open |
|
keep_alive |
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
Need for this still valid |
|
keep alive |
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
|
@judovana This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
Added warning, when time budget is to small, and final run will run at least two times longer.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jcstress.git pull/161/head:pull/161$ git checkout pull/161Update a local copy of the PR:
$ git checkout pull/161$ git pull https://git.openjdk.org/jcstress.git pull/161/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 161View PR using the GUI difftool:
$ git pr show -t 161Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jcstress/pull/161.diff
Using Webrev
Link to Webrev Comment