jdk17u-dev
jdk17u-dev copied to clipboard
8331164: createJMHBundle.sh download jars fail when url needed to be redirected
Hi, This is clean backport of JDK-8331164, to fixed download failure when the URL needed to be redirected. Only change devkit shell script, the risk is low.
Progress
- [x] JDK-8331164 needs maintainer approval
- [x] Change must not contain extraneous whitespace
- [x] Commit message must refer to an issue
Issue
- JDK-8331164: createJMHBundle.sh download jars fail when url needed to be redirected (Bug - P4 - Approved)
Reviewing
Using git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2441/head:pull/2441
$ git checkout pull/2441
Update a local copy of the PR:
$ git checkout pull/2441
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2441/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2441
View PR using the GUI difftool:
$ git pr show -t 2441
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2441.diff
Webrev
:wave: Welcome back syan! 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.
@sendaoYan 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:
8331164: createJMHBundle.sh download jars fail when url needed to be redirected
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 55 new commits pushed to the master
branch:
- 7a8cf6c8aec6cd648663def62d9496e516f05d4f: 8319713: Parallel: Remove PSAdaptiveSizePolicy::should_full_GC
- 515bc9a264c1e44cfcada0405a74ab2fba428e10: 8318986: Improve GenericWaitBarrier performance
- dcb2c35151a846b7c44045235b389baf9713885c: 8295111: dpkg appears to have problems resolving symbolically linked native libraries
- 8faeefc1509a5b890bdae852472c318c64dc0772: 8289182: NMT: MemTracker::baseline should return void
- e85eecbea09e68fcac68a39901a58ddf41fa9dbd: 8288568: Reduce runtime of java.security microbenchmarks
- 2d834b36ec68890befc21d93b667d07cbf3c007a: 8326446: The User and System of jdk.CPULoad on Apple M1 are inaccurate
- 787cf27a8bb19c58bfa5bd17bf433ddaa99117d7: 8265919: RunThese30M fails "assert((!(((((JfrTraceIdBits::load(value)) & ((1 << 4) << 8)) != 0))))) failed: invariant"
- 24aa1e1f1835c83cbf5cfeda56186511a3bd0100: 8313873: java/nio/channels/DatagramChannel/SendReceiveMaxSize.java fails on AIX due to small default RCVBUF size and different IPv6 Header interpretation
- cc3f0e52bfee9d96c464ae55999e834717aa3772: 8308144: Uncontrolled memory consumption in SSLFlowDelegate.Reader
- 1ead7a7fdeb6ddbbe3ad0896b7d492929ef9b7a3: 8331265: Bump update version for OpenJDK: jdk-17.0.13
- ... and 45 more: https://git.openjdk.org/jdk17u-dev/compare/51502b9c33d27696bbc3a3f08742d5de6cd7b59e...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.
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 /integrate
in a new comment. (Afterwards, your sponsor types /sponsor
in a new comment to perform the integration).
This backport pull request has now been updated with issue from the original commit.
⚠️ @sendaoYan 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.
/approval request Clean backport of JDK-8331164, to fixed download failure when the URL needed to be redirected. Only change devkit shell script, the risk is low.
@sendaoYan 8331164: The approval request has been created successfully.
@GoeLin Thanks for the approve.
After May 29, I will try to merge this PR.
/integrate
@sendaoYan Your change (at version 72338dd003043444032644a2fcc37360835b7c46) is now ready to be sponsored by a Committer.
/sponsor
Going to push as commit 9eb970264a34c82c11468b15fae89dc39c574682.
Since your change was applied there have been 59 commits pushed to the master
branch:
- 46ba9bbe7e93c561b5af833ff164596955302a9d: 8318479: [jmh] the test security.CacheBench failed for multiple threads run
- 1de0c0a805f68914aec7358fc4aa9c9d2499ec98: 8256291: RunThese30M fails "assert(_class_unload ? true : ((((JfrTraceIdBits::load(class_loader_klass)) & ((1 << 4) << 8)) != 0))) failed: invariant"
- eebb80c4bcec64dc70065b597688cbe12c892a5b: 8317288: [macos] java/awt/Window/Grab/GrabTest.java: Press on the outside area didn't cause ungrab
- cc0c14380337f868d63f4ab746e4746a5dc2f115: 8310108: Skip ReplaceCriticalClassesForSubgraphs when EnableJVMCI is specified
- 7a8cf6c8aec6cd648663def62d9496e516f05d4f: 8319713: Parallel: Remove PSAdaptiveSizePolicy::should_full_GC
- 515bc9a264c1e44cfcada0405a74ab2fba428e10: 8318986: Improve GenericWaitBarrier performance
- dcb2c35151a846b7c44045235b389baf9713885c: 8295111: dpkg appears to have problems resolving symbolically linked native libraries
- 8faeefc1509a5b890bdae852472c318c64dc0772: 8289182: NMT: MemTracker::baseline should return void
- e85eecbea09e68fcac68a39901a58ddf41fa9dbd: 8288568: Reduce runtime of java.security microbenchmarks
- 2d834b36ec68890befc21d93b667d07cbf3c007a: 8326446: The User and System of jdk.CPULoad on Apple M1 are inaccurate
- ... and 49 more: https://git.openjdk.org/jdk17u-dev/compare/51502b9c33d27696bbc3a3f08742d5de6cd7b59e...master
Your commit was automatically rebased without conflicts.
@shipilev @sendaoYan Pushed as commit 9eb970264a34c82c11468b15fae89dc39c574682.
:bulb: You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.
Thanks for the sponsor.