8381838: java/net/DatagramSocket/SendReceiveMaxSize.java fails to compile after JDK-8381008#30624
8381838: java/net/DatagramSocket/SendReceiveMaxSize.java fails to compile after JDK-8381008#30624serhiysachkov wants to merge 1 commit intoopenjdk:masterfrom
Conversation
…pile due to merge issue
|
👋 Welcome back serhiysachkov! A progress list of the required criteria for merging this PR into |
|
@serhiysachkov This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@albertnetymk, @jaikiran, @dfuch) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
@serhiysachkov The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
In my PR I see a 'import jdk.test.lib.net.IPSupport;' on line 90 (and I had my PR in our internal build+test queue) ; really strange. |
|
Seems 8380990 kicked out the needed import, so it was 'bad luck' . |
Yes, looks like both PRs came in today in the morning and GIT didn't find any merge issues, though there were some, seems to be bad timing and luck |
|
/integrate |
|
@serhiysachkov |
|
/sponsor |
|
@dfuch @serhiysachkov Pushed as commit 988ec86. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
java/net/DatagramSocket/SendReceiveMaxSize.java fails to compile due to merge issue
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30624/head:pull/30624$ git checkout pull/30624Update a local copy of the PR:
$ git checkout pull/30624$ git pull https://git.openjdk.org/jdk.git pull/30624/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30624View PR using the GUI difftool:
$ git pr show -t 30624Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30624.diff
Using Webrev
Link to Webrev Comment