jdk8u-dev
jdk8u-dev copied to clipboard
8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials
Almost clean backport except for /jdk/test/ProblemList.txt (the tests were not excluded in JDK8)
The patch fixes intermittent failure in test/jdk/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test.
Requires follow-up JDK-8205653
Progress
- [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
- [ ] JDK-8145919 needs maintainer approval
Issue
- JDK-8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials (Bug - P3 - Requested)
Reviewers
- Paul Hohensee (@phohensee - Reviewer)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/547/head:pull/547
$ git checkout pull/547
Update a local copy of the PR:
$ git checkout pull/547
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/547/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 547
View PR using the GUI difftool:
$ git pr show -t 547
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/547.diff
Webrev
:wave: Welcome back abakhtin! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
@alexeybakhtin This change now passes all automated pre-integration checks.
After integration, the commit message for the final commit will be:
8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials
Reviewed-by: phh
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 20 new commits pushed to the master branch:
- d4adbe339c3dd09a7f431da2c909b03560c6579e: 8152207: Perform array bound checks while getting a length of bytecode instructions
- 047b08a891d837efb925448b6334679f772ef0e5: 8324723: GHA: Upgrade some actions to avoid deprecated Node 16
- 0e7148dbfab4b01bdcb615eb2e8d217a47d6874e: Merge
- 18b3ca58d72881d3b6a89c6f299e26635fd149c4: 8325600: Better symbol storage
- dfbb2cfbc4887184487206224f0503a7ccd2b3f6: 8324559: Improve 2D image handling
- bffe2842ea81ed73668e72bc1009f21ac4c2023f: 8323231: Improve array management
- 172214bbc8e1a8c9f2ff5e87151afb38d9092902: 8323390: Enhance mask blit functionality
- e81aa94e18397ccd55c39efac857f33088d18bf3: 8322106: Enhance Pack 200 loading
- 42c9f651c9ce12413fc0fd8a83858260bad8c2e8: 8320097: Improve Image transformations
- 45b83c2c56bdd5bb2b66a40fbada147c01928130: 8320548: Improved loop handling
- ... and 10 more: https://git.openjdk.org/jdk8u-dev/compare/fc15e99a3218a88434c27da1d7d09a01c592d8f9...master
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.
➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.
This backport pull request has now been updated with issue from the original commit.
⚠️ @alexeybakhtin This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.
/integrate
Going to push as commit 09bab6e4c31531975ab6461832d4618dc9759ca9.
Since your change was applied there have been 20 commits pushed to the master branch:
- d4adbe339c3dd09a7f431da2c909b03560c6579e: 8152207: Perform array bound checks while getting a length of bytecode instructions
- 047b08a891d837efb925448b6334679f772ef0e5: 8324723: GHA: Upgrade some actions to avoid deprecated Node 16
- 0e7148dbfab4b01bdcb615eb2e8d217a47d6874e: Merge
- 18b3ca58d72881d3b6a89c6f299e26635fd149c4: 8325600: Better symbol storage
- dfbb2cfbc4887184487206224f0503a7ccd2b3f6: 8324559: Improve 2D image handling
- bffe2842ea81ed73668e72bc1009f21ac4c2023f: 8323231: Improve array management
- 172214bbc8e1a8c9f2ff5e87151afb38d9092902: 8323390: Enhance mask blit functionality
- e81aa94e18397ccd55c39efac857f33088d18bf3: 8322106: Enhance Pack 200 loading
- 42c9f651c9ce12413fc0fd8a83858260bad8c2e8: 8320097: Improve Image transformations
- 45b83c2c56bdd5bb2b66a40fbada147c01928130: 8320548: Improved loop handling
- ... and 10 more: https://git.openjdk.org/jdk8u-dev/compare/fc15e99a3218a88434c27da1d7d09a01c592d8f9...master
Your commit was automatically rebased without conflicts.
@alexeybakhtin Pushed as commit 09bab6e4c31531975ab6461832d4618dc9759ca9.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.