-
Notifications
You must be signed in to change notification settings - Fork 236
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
8255264: Support for identifying the full range of IPv4 localhost addresses on Windows #627
Conversation
👋 Welcome back macarte! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
2a084ec
to
0e76be1
Compare
/integrate |
@macarte This pull request has not yet been marked as ready for integration. |
right, have to wait for #626 to be commited first |
The dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout 8250521
git fetch https://git.openjdk.java.net/jdk11u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
Can you rebase this PR onto current master? Then it should become clean again... |
…03/TestDescription.java fails with "Location mismatch" errors Backport-of: f1553a5
…ig screens Reviewed-by: phh Backport-of: 65bfe09
…ation/ComodoCA.java fails due to revoked cert Backport-of: 4bc9b04
…x86_32 Backport-of: 465d350d0b3cac277a58b9f8ece196c1cde68e80
8275849: TestZoneInfo310.java fails with tzdata2021e Backport-of: 5b4e39863dbc0d61e91675261dd6887f704ab868
…-8275766 Backport-of: ad3be04d2ac84836e393d696ff03ddfe72779094
8272181: Windows-AArch64:Backport fix of `Backtracing broken on PAC enabled systems` Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org> Co-authored-by: Ludovic Henry <luhenry@openjdk.org> Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org> Reviewed-by: burban, aph, adinn, mbeckwit Backport-of: 9604ee8
Remove the NSK_STUB macros from code outside of the jvmti subfolder Backport-of: b20e2cd
Remove the NSK_CPP_STUB macros Reviewed-by: mdoerr Backport-of: 61f453e
Backport-of: 3e0d7c33d41a93496bfa6a47d1508e415930adf9
…eserved memory size is too big Reviewed-by: shade Backport-of: 735757f
Adding a JNI verification wrapper for tests Backport-of: b685005
…i/[sS]* Remove NSK_CPP_STUB macros from the tests Reviewed-by: mdoerr Backport-of: e431f6a
Migrate code to using wrapping JNI for exceptions Backport-of: 7afa700
…narios/[E-M] Remove the NSK_CPP_STUB macros from tests Backport-of: d63acb5
…comp -XX:TieredStopAtLevel=1 Modify the test case to handle the scenario's of no printmdo's. Reviewed-by: phh Backport-of: 9376dd8
Remove remaining macros Backport-of: a623db2
/integrate |
@macarte 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 As you do not have Committer status in this project an existing Committer must agree to sponsor your change. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/sponsor |
Going to push as commit 5d99c71. |
@RealCLanger @macarte Pushed as commit 5d99c71. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Backport of JDK-8255264
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/627/head:pull/627
$ git checkout pull/627
Update a local copy of the PR:
$ git checkout pull/627
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/627/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 627
View PR using the GUI difftool:
$ git pr show -t 627
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/627.diff