New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8286689: (se) Adjusting to select timeout after EINTR messed up after JDK-8286378 #8693
Conversation
|
Webrevs
|
Thanks for jumping on this, can we update KQueueSelectImpl.doSelect too, this was missed by JDK-8286378, I assume because the test with the new compiler option was only done on one platform. |
Hello Alan,
In the case of |
LGTM. I double checked and this seems the only two cases where the =-
typo crept in.
Ah yes, I forgot it was a long here. Thanks for checking. However, part of my comment is that there is an inconsistency because KQueueSelectImpl.doSelect wasn't changed to use toMillis. We can create a separate PR to make these consistent if you don't want to include it here. |
@jaikiran This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the
|
You are right. I was focusing too much on the casting and the LHS, that I didn't notice this API usage. I have now updated the PR to use |
Thank you Alan and Daniel for the reviews. |
/integrate |
Going to push as commit 0be1f3e.
Your commit was automatically rebased without conflicts. |
Can I please get a review which fixes a recent unintentional change that went in as part of #8642? The issue was caught here https://github.com/openjdk/jdk/pull/8642/files#r871994710 after the change was integrated.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/8693/head:pull/8693
$ git checkout pull/8693
Update a local copy of the PR:
$ git checkout pull/8693
$ git pull https://git.openjdk.java.net/jdk pull/8693/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 8693
View PR using the GUI difftool:
$ git pr show -t 8693
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/8693.diff