-
Bug
-
Resolution: Fixed
-
P4
-
17, 21, 23
-
b21
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8333100 | 22.0.2 | Sendao Yan | P4 | Resolved | Fixed | b09 |
JDK-8333329 | 21.0.5 | Sendao Yan | P4 | Resolved | Fixed | b01 |
JDK-8333341 | 17.0.13 | Sendao Yan | P4 | Resolved | Fixed | b01 |
> rm -rf jmh-core-1.37.jar ; curl -O --fail https://maven.aliyun.com/repository/public/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar ; ls -lh jmh-core-1.37.jar ; du -sh jmh-core-1.37.jar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
-rw-rw-r-- 1 yansendao yansendao 0 Apr 26 10:54 jmh-core-1.37.jar
0 jmh-core-1.37.jar
When add the -L option, curl download the link success, as below:
> rm -rf jmh-core-1.37.jar ; curl -OL --fail https://maven.aliyun.com/repository/public/org/openjdk/jmh/jmh-core/1.37/jmh-core-1.37.jar ; ls -lh jmh-core-1.37.jar ; du -sh jmh-core-1.37.jar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 540k 100 540k 0 0 1084k 0 --:--:-- --:--:-- --:--:-- 2596k
-rw-rw-r-- 1 yansendao yansendao 541K Apr 26 10:58 jmh-core-1.37.jar
544K jmh-core-1.37.jar
- backported by
-
JDK-8333100 createJMHBundle.sh download jars fail when url needed to be redirected
-
- Resolved
-
-
JDK-8333329 createJMHBundle.sh download jars fail when url needed to be redirected
-
- Resolved
-
-
JDK-8333341 createJMHBundle.sh download jars fail when url needed to be redirected
-
- Resolved
-
- links to
-
Commit openjdk/jdk17u-dev/9eb97026
-
Commit openjdk/jdk21u-dev/362ecacc
-
Commit openjdk/jdk22u/851922da
-
Commit openjdk/jdk/eb88343f
-
Review openjdk/jdk17u-dev/2441
-
Review openjdk/jdk21u-dev/543
-
Review openjdk/jdk22u/180
-
Review openjdk/jdk/18965