Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 16
-
Fix Version/s: 16
-
Component/s: infrastructure
-
Labels:None
-
Subcomponent:
-
Resolved In Build:b23
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8272000 | 11.0.13 | Christoph Langer | P4 | Resolved | Fixed | b02 |
JDK-8284474 | openjdk8u342 | Andrew Hughes | P4 | Resolved | Fixed | b01 |
Description
Observe:
$ mkdir 1/2 -p
$ touch 1/2/hs_err_213123.log
$ zip -r9 test.zip . -i hs_err*
zip warning: zip file empty
$ zip -r9 test.zip . -i */hs_err*
adding: 1/2/hs_err_213123.log (stored 0%)
This was introduced in the initial implementation in
Attachments
Issue Links
- backported by
-
JDK-8272000 Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch
-
- Resolved
-
-
JDK-8284474 Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch
-
- Resolved
-
- relates to
-
JDK-8255352 Archive important test outputs in submit workflow
-
- Resolved
-
- links to
-
Commit openjdk/jdk8u-dev/10029f78
-
Commit openjdk/jdk11u-dev/1faefed2
-
Commit openjdk/jdk/61c92470
-
Review openjdk/jdk8u-dev/3
-
Review openjdk/jdk11u-dev/189
-
Review openjdk/jdk/1055
-
Review openjdk/shenandoah-jdk8u/3